diff options
| author | oy <Tom_Adams@web.de> | 2011-03-25 11:49:35 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-25 11:49:35 +0100 |
| commit | 359b806e959fbdced610c2d84d1e12dfe7b58a7e (patch) | |
| tree | f21443f47c73b40f6c64b6055354a4e36e171244 /src/game/server/gamecontext.h | |
| parent | a4580d451f8e4584f9aaa7b6ebe3380488ee4455 (diff) | |
| download | zcatch-359b806e959fbdced610c2d84d1e12dfe7b58a7e.tar.gz zcatch-359b806e959fbdced610c2d84d1e12dfe7b58a7e.zip | |
added remove_vote command. Closes #47
Diffstat (limited to 'src/game/server/gamecontext.h')
| -rw-r--r-- | src/game/server/gamecontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/gamecontext.h b/src/game/server/gamecontext.h index 472f29f8..3dc1e99f 100644 --- a/src/game/server/gamecontext.h +++ b/src/game/server/gamecontext.h @@ -54,6 +54,7 @@ class CGameContext : public IGameServer static void ConSetTeam(IConsole::IResult *pResult, void *pUserData); static void ConSetTeamAll(IConsole::IResult *pResult, void *pUserData); static void ConAddVote(IConsole::IResult *pResult, void *pUserData); + static void ConRemoveVote(IConsole::IResult *pResult, void *pUserData); static void ConClearVotes(IConsole::IResult *pResult, void *pUserData); static void ConVote(IConsole::IResult *pResult, void *pUserData); static void ConchainSpecialMotdupdate(IConsole::IResult *pResult, void *pUserData, IConsole::FCommandCallback pfnCallback, void *pCallbackUserData); |