diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-01 14:36:36 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-01 14:36:36 +0000 |
| commit | 0747c2dff9289db6204b82501d03447f3ec6cc99 (patch) | |
| tree | ecca83ee860dfa5293f4dba9233820579a4bf4ac /src/game/client/gc_console.h | |
| parent | 622dbc6f3e5a5f398af8c6ef98d057a200c813a0 (diff) | |
| download | zcatch-0747c2dff9289db6204b82501d03447f3ec6cc99.tar.gz zcatch-0747c2dff9289db6204b82501d03447f3ec6cc99.zip | |
fixed remote console. some gui tweaks aswell.
Diffstat (limited to 'src/game/client/gc_console.h')
| -rw-r--r-- | src/game/client/gc_console.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/client/gc_console.h b/src/game/client/gc_console.h index 87628a2a..0d516820 100644 --- a/src/game/client/gc_console.h +++ b/src/game/client/gc_console.h @@ -2,9 +2,10 @@ #define _GC_CONSOLE_H void console_handle_input(); -void console_toggle(); +void console_toggle(int tpye); void console_render(); int console_active(); void client_console_init(); +void console_rcon_print(const char *line); #endif |