about summary refs log tree commit diff
path: root/src/game/client/gc_console.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-23 13:51:11 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-23 13:51:11 +0000
commitd3395a8e0a4f148b1b5984eca7d3f1380f10a67f (patch)
tree02bfccaa5834475755e23fe6bb5f4c3f6c20e1cc /src/game/client/gc_console.h
parent35aaf25a32fbc9753caa5cb5159ce389473bafa7 (diff)
downloadzcatch-d3395a8e0a4f148b1b5984eca7d3f1380f10a67f.tar.gz
zcatch-d3395a8e0a4f148b1b5984eca7d3f1380f10a67f.zip
fixed rendering error with the katana and hook. made the rcon more verbose about entering password
Diffstat (limited to 'src/game/client/gc_console.h')
-rw-r--r--src/game/client/gc_console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_console.h b/src/game/client/gc_console.h
index b75d7646..0f5e7b9f 100644
--- a/src/game/client/gc_console.h
+++ b/src/game/client/gc_console.h
@@ -9,6 +9,7 @@ bool console_input_normal_binds(INPUT_EVENT e, void *user_data);
 
 //void console_handle_input();
 
+void console_clear(int type);
 void console_toggle(int tpye);
 void console_render();
 int console_active();