From 7b73f1505212f7235db0987fb4e52549fdd73fb5 Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Fri, 18 Jan 2008 15:55:03 +0000 Subject: Console is now accessable in-game and has more commands: connect, disconnect, quit. --- src/engine/e_interface.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/engine/e_interface.h') diff --git a/src/engine/e_interface.h b/src/engine/e_interface.h index 534c29e1..73d2e01e 100644 --- a/src/engine/e_interface.h +++ b/src/engine/e_interface.h @@ -845,6 +845,15 @@ void mods_postsnap(); /* Group: Client Callbacks */ + +/* + Function: modc_preinit + Called when the client starts, but before the engine is initialized. + + Remarks: +*/ +void modc_preinit(); + /* Function: modc_init Called when the client starts. @@ -1222,6 +1231,19 @@ void inp_mouse_mode_relative(); */ int inp_mouse_doubleclick(); +/* + Function: TODO + + Arguments: + arg1 - desc + + Returns: + + See Also: + +*/ +void inp_clear_key_states(); + /* Function: TODO -- cgit 1.4.1