From 6e1b6b102a623d1e9b93566491bd9dc525fdcbaa Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 26 Mar 2011 18:43:43 +0100 Subject: added menu to add/remove a vote on the server --- src/game/client/components/voting.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game/client/components/voting.h') diff --git a/src/game/client/components/voting.h b/src/game/client/components/voting.h index d2a88883..cfba0605 100644 --- a/src/game/client/components/voting.h +++ b/src/game/client/components/voting.h @@ -43,7 +43,9 @@ public: void CallvoteSpectate(int ClientID, const char *pReason, bool ForceVote = false); void CallvoteKick(int ClientID, const char *pReason, bool ForceVote = false); - void CallvoteOption(int Option, const char *pReason, bool ForceVote = false); + void CallvoteOption(int OptionID, const char *pReason, bool ForceVote = false); + void RemovevoteOption(int OptionID); + void AddvoteOption(const char *pDescription, const char *pCommand); void Vote(int v); // -1 = no, 1 = yes -- cgit 1.4.1