From 6d44adb7114a0be6ecb1b0fabc6fe69d308cad1c Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 25 Sep 2008 14:04:02 +0000 Subject: fixed keybindings. reworked the voting a bit. added vote spamming protection. added ingame voting hud. --- src/game/client/components/voting.hpp | 3 +++ 1 file changed, 3 insertions(+) (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 e5338d10..03de629d 100644 --- a/src/game/client/components/voting.hpp +++ b/src/game/client/components/voting.hpp @@ -1,4 +1,5 @@ #include +#include class VOTING : public COMPONENT { @@ -27,6 +28,8 @@ public: virtual void on_message(int msgtype, void *rawmsg); virtual void on_render(); + void render_bars(RECT bars, bool text); + void vote(int v); // -1 = no, 1 = yes int seconds_left() { return (closetime - time_get())/time_freq(); } -- cgit 1.4.1