From b8f144ba811708bfac82faed438ce389f3d01863 Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 26 Mar 2011 16:56:59 +0100 Subject: added a vote that allows to move a player to spectators. Closes #58 --- src/game/client/components/voting.h | 1 + 1 file changed, 1 insertion(+) (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 92e4b395..9e7da2dc 100644 --- a/src/game/client/components/voting.h +++ b/src/game/client/components/voting.h @@ -45,6 +45,7 @@ public: void RenderBars(CUIRect Bars, bool Text); + 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); -- cgit 1.4.1