diff options
Diffstat (limited to 'src/game/client/gameclient.hpp')
| -rw-r--r-- | src/game/client/gameclient.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/client/gameclient.hpp b/src/game/client/gameclient.hpp index 35b95f27..e354430d 100644 --- a/src/game/client/gameclient.hpp +++ b/src/game/client/gameclient.hpp @@ -1,5 +1,6 @@ #include <base/vmath.hpp> +#include <engine/e_console.h> #include <game/gamecore.hpp> #include "render.hpp" @@ -34,6 +35,8 @@ class GAMECLIENT static void con_team(void *result, void *user_data); static void con_kill(void *result, void *user_data); + static void conchain_special_infoupdate(void *result, void *user_data, CONSOLE_CALLBACK cb, void *cbuser); + public: bool suppress_events; bool new_tick; |