DDraceNetwork Docs
voting.h
Go to the documentation of this file.
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. */
3#ifndef GAME_VOTING_H
4#define GAME_VOTING_H
5
6enum
7{
11
13};
14
16{
20};
21
23{
27 char m_aCommand[1];
28};
29
30#endif
Definition: voting.h:16
CVoteOptionClient * m_pNext
Definition: voting.h:17
char m_aDescription[VOTE_DESC_LENGTH]
Definition: voting.h:19
CVoteOptionClient * m_pPrev
Definition: voting.h:18
Definition: voting.h:23
char m_aCommand[1]
Definition: voting.h:27
char m_aDescription[VOTE_DESC_LENGTH]
Definition: voting.h:26
CVoteOptionServer * m_pPrev
Definition: voting.h:25
CVoteOptionServer * m_pNext
Definition: voting.h:24
@ MAX_VOTE_OPTIONS
Definition: voting.h:12
@ VOTE_DESC_LENGTH
Definition: voting.h:8
@ VOTE_CMD_LENGTH
Definition: voting.h:9
@ VOTE_REASON_LENGTH
Definition: voting.h:10