From eac9658b7395a45d0b48cad340fd9ccf7bec0fde Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 29 Sep 2008 11:34:49 +0000 Subject: added voting gui and a lot of other minor changes --- src/game/client/gameclient.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.hpp') diff --git a/src/game/client/gameclient.hpp b/src/game/client/gameclient.hpp index c1e60c2c..3ced19ce 100644 --- a/src/game/client/gameclient.hpp +++ b/src/game/client/gameclient.hpp @@ -138,6 +138,7 @@ public: class MOTD *motd; class MAPIMAGES *mapimages; class VOTING *voting; + class MAPLIST *maplist; }; extern GAMECLIENT gameclient; -- cgit 1.4.1