about summary refs log tree commit diff
path: root/src/game/client/gc_client.cpp
diff options
context:
space:
mode:
authorJakob Fries <jakob.fries@gmail.com>2008-01-16 22:14:06 +0000
committerJakob Fries <jakob.fries@gmail.com>2008-01-16 22:14:06 +0000
commit75c8b2e9a58e7052f484e43291baa2d9ae1a384a (patch)
tree40e065a48cae7e840cc6e8f9fc9771c500910f4a /src/game/client/gc_client.cpp
parenta9c90d6ac082dbfea5590c54d5be7a71dd112b5d (diff)
downloadzcatch-75c8b2e9a58e7052f484e43291baa2d9ae1a384a.tar.gz
zcatch-75c8b2e9a58e7052f484e43291baa2d9ae1a384a.zip
Added first version of the console.
Diffstat (limited to 'src/game/client/gc_client.cpp')
-rw-r--r--src/game/client/gc_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp
index e460abe0..d72efe8e 100644
--- a/src/game/client/gc_client.cpp
+++ b/src/game/client/gc_client.cpp
@@ -20,6 +20,7 @@ extern "C" {
 #include "gc_client.h"
 #include "gc_render.h"
 #include "gc_anim.h"
+#include "gc_console.h"
 
 struct data_container *data = 0;
 static int64 debug_firedelay = 0;