about summary refs log tree commit diff
path: root/src/game/client/components/console.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-30 08:01:29 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-30 08:01:29 +0000
commitb4cef60d62e24d3c0c0451e94adf99254a259a3d (patch)
tree315d821277f7ea85d3f30d87818005aa77c67438 /src/game/client/components/console.hpp
parent0511e1152a13ad99b51a819a75ef457404e86d4c (diff)
downloadzcatch-b4cef60d62e24d3c0c0451e94adf99254a259a3d.tar.gz
zcatch-b4cef60d62e24d3c0c0451e94adf99254a259a3d.zip
fixed the remote console
Diffstat (limited to 'src/game/client/components/console.hpp')
-rw-r--r--src/game/client/components/console.hpp3
1 files changed, 3 insertions, 0 deletions
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 <engine/e_client_interface.h>
 #include <game/client/component.hpp>
+#include <game/client/lineinput.hpp>
 
 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();