about summary refs log tree commit diff
path: root/src/game/server/gamecontext.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-25 12:41:37 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-25 12:41:37 +0000
commitd2d4024c7acffb2318ed0fac788f707c291154e1 (patch)
tree5d1e285d8b03c70655010d09101d5a840e8226c0 /src/game/server/gamecontext.hpp
parentaaaba4f4039f3643d1a040dfe1c9715be49371e2 (diff)
downloadzcatch-d2d4024c7acffb2318ed0fac788f707c291154e1.tar.gz
zcatch-d2d4024c7acffb2318ed0fac788f707c291154e1.zip
voting fixes
Diffstat (limited to 'src/game/server/gamecontext.hpp')
-rw-r--r--src/game/server/gamecontext.hpp1
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;