diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-02-02 12:38:36 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-02-02 12:38:36 +0000 |
| commit | 1fe3202f0b7e2f52e50c430caa744b029fd5bcef (patch) | |
| tree | e238b0f211badb35fecdc3f87fe32978fd512b5e /src/engine/e_if_mods.h | |
| parent | 307c2cfae8fd678b10235bdc0c1a8cfc7da6adae (diff) | |
| download | zcatch-1fe3202f0b7e2f52e50c430caa744b029fd5bcef.tar.gz zcatch-1fe3202f0b7e2f52e50c430caa744b029fd5bcef.zip | |
cleaned up the console code. added the ability to tune the game in runtime.
Diffstat (limited to 'src/engine/e_if_mods.h')
| -rw-r--r-- | src/engine/e_if_mods.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/e_if_mods.h b/src/engine/e_if_mods.h index 1e6d9694..eff909f3 100644 --- a/src/engine/e_if_mods.h +++ b/src/engine/e_if_mods.h @@ -5,6 +5,11 @@ /********************************************************************************** Section: Server Hooks **********************************************************************************/ +/* + Function: mods_console_init + TODO +*/ +void mods_console_init(); /* Function: mods_init |