From 878ede3080ab2cfb627aca505c397d9765052996 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 27 Oct 2009 14:38:53 +0000 Subject: major update with stuff --- src/game/client/components/voting.hpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/game/client/components/voting.hpp') diff --git a/src/game/client/components/voting.hpp b/src/game/client/components/voting.hpp index 3341edea..e04e1840 100644 --- a/src/game/client/components/voting.hpp +++ b/src/game/client/components/voting.hpp @@ -1,10 +1,6 @@ #include #include - -extern "C" -{ - #include -} +#include class VOTING : public COMPONENT { @@ -38,7 +34,7 @@ public: virtual void on_message(int msgtype, void *rawmsg); virtual void on_render(); - void render_bars(RECT bars, bool text); + void render_bars(CUIRect bars, bool text); void callvote_kick(int client_id); void callvote_option(int option); -- cgit 1.4.1