From b4cef60d62e24d3c0c0451e94adf99254a259a3d Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 30 Aug 2008 08:01:29 +0000 Subject: fixed the remote console --- src/game/client/components/console.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/client/components/console.hpp') diff --git a/src/game/client/components/console.hpp b/src/game/client/components/console.hpp index 9b60185c..a13a1d65 100644 --- a/src/game/client/components/console.hpp +++ b/src/game/client/components/console.hpp @@ -1,5 +1,6 @@ #include #include +#include class CONSOLE : public COMPONENT { @@ -47,6 +48,8 @@ class CONSOLE : public COMPONENT public: CONSOLE(); + void print_line(int type, const char *line); + virtual void on_init(); virtual void on_reset(); virtual void on_render(); -- cgit 1.4.1