summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
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 */