diff options
Diffstat (limited to 'console_cmds.h')
-rw-r--r-- | console_cmds.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/console_cmds.h b/console_cmds.h index 28346ac81..e69de29bb 100644 --- a/console_cmds.h +++ b/console_cmds.h @@ -1,13 +0,0 @@ -#ifndef CONSOLE_CMDS_H -#define CONSOLE_CMDS_H - -/* Console_CMDS.h is the placeholder of all the console commands - * that will be added to the game. Register the command in - * * console.c IConsoleStdLibRegister; - * then put the command in the appropiate place (eg. where it belongs, stations - * stuff in station_cmd.c, etc.), and add the function decleration here. - */ - -_iconsole_var * IConsoleResetEngines(byte argc, byte* argv[], byte argt[]); - -#endif /* CONSOLE_CMDS_H */ |