From d03afadad23fced4bbb11df12a01f26cdbaf6844 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sat, 11 Sep 2004 19:18:30 +0000 Subject: (svn r206) -Fix: [1001540] i lost all wagons. Half-assed fix for lost wagons. But now users can at least fix this problem. Consolecommand: "resetengines" --- console_cmds.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 console_cmds.h (limited to 'console_cmds.h') diff --git a/console_cmds.h b/console_cmds.h new file mode 100644 index 000000000..28346ac81 --- /dev/null +++ b/console_cmds.h @@ -0,0 +1,13 @@ +#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 */ -- cgit v1.2.3-70-g09d2