ddnet/src/game/client/gc_console.h

11 lines
178 B
C
Raw Normal View History

2008-01-16 22:14:06 +00:00
#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