diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2008-01-16 22:14:06 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2008-01-16 22:14:06 +0000 |
| commit | 75c8b2e9a58e7052f484e43291baa2d9ae1a384a (patch) | |
| tree | 40e065a48cae7e840cc6e8f9fc9771c500910f4a /src/game/client/gc_console.h | |
| parent | a9c90d6ac082dbfea5590c54d5be7a71dd112b5d (diff) | |
| download | zcatch-75c8b2e9a58e7052f484e43291baa2d9ae1a384a.tar.gz zcatch-75c8b2e9a58e7052f484e43291baa2d9ae1a384a.zip | |
Added first version of the console.
Diffstat (limited to 'src/game/client/gc_console.h')
| -rw-r--r-- | src/game/client/gc_console.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/game/client/gc_console.h b/src/game/client/gc_console.h new file mode 100644 index 00000000..87628a2a --- /dev/null +++ b/src/game/client/gc_console.h @@ -0,0 +1,10 @@ +#ifndef _GC_CONSOLE_H +#define _GC_CONSOLE_H + +void console_handle_input(); +void console_toggle(); +void console_render(); +int console_active(); +void client_console_init(); + +#endif |