(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"

This commit is contained in:
darkvater
2004-09-11 19:18:30 +00:00
parent fe8c317d3c
commit d03afadad2
5 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#ifndef CONSOLE_H
#define CONSOLE_H
// ** console ** //
enum {
@@ -88,3 +90,7 @@ void IConsoleVarDump(_iconsole_var * var, byte * dump_desc);
// *** Parser *** //
void IConsoleCmdExec(byte * cmdstr);
#include "console_cmds.h"
#endif /* CONSOLE_H */