summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-11 19:18:30 +0000
committerdarkvater <darkvater@openttd.org>2004-09-11 19:18:30 +0000
commitd03afadad23fced4bbb11df12a01f26cdbaf6844 (patch)
tree9e1cc9f279d8bed981616951fb82a23051f9d21d /console.h
parentfe8c317d3ce5b399611ea9d7445b6c0870b041e5 (diff)
downloadopenttd-d03afadad23fced4bbb11df12a01f26cdbaf6844.tar.xz
(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"
Diffstat (limited to 'console.h')
-rw-r--r--console.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/console.h b/console.h
index 11fc70bdb..f2a7aded1 100644
--- a/console.h
+++ b/console.h
@@ -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 */