1 /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
2 /* If you are missing that file, acquire a complete release at teeworlds.com. */
10 VOTE_REASON_LENGTH
=16,
15 struct CVoteOptionClient
17 CVoteOptionClient
*m_pNext
;
18 CVoteOptionClient
*m_pPrev
;
19 char m_aDescription
[VOTE_DESC_LENGTH
];
22 struct CVoteOptionServer
24 CVoteOptionServer
*m_pNext
;
25 CVoteOptionServer
*m_pPrev
;
26 char m_aDescription
[VOTE_DESC_LENGTH
];