diff options
Diffstat (limited to 'src/game/server/gamecontext.hpp')
| -rw-r--r-- | src/game/server/gamecontext.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/gamecontext.hpp b/src/game/server/gamecontext.hpp index 83ada09f..6ce9f068 100644 --- a/src/game/server/gamecontext.hpp +++ b/src/game/server/gamecontext.hpp @@ -46,6 +46,7 @@ public: // voting void start_vote(const char *desc, const char *command); + void end_vote(); void send_vote_set(int cid); void send_vote_status(int cid); int64 vote_closetime; |