summaryrefslogtreecommitdiff
path: root/console_cmds.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-05 15:58:59 +0000
committertron <tron@openttd.org>2005-02-05 15:58:59 +0000
commit36c9758c940c5ecd97b39e261e8a273aca7059b5 (patch)
tree3f6b444dbf38fd09dbe9c5e0be19e8b6fa53c8a4 /console_cmds.c
parent8c62a414959c0b08504e4f5999fe7072c4371aa3 (diff)
downloadopenttd-36c9758c940c5ecd97b39e261e8a273aca7059b5.tar.xz
(svn r1803) Move debugging stuff into files of it's own
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/console_cmds.c b/console_cmds.c
index b8ea17826..e73896b21 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -2,6 +2,7 @@
#include "stdafx.h"
#include "ttd.h"
#include "console.h"
+#include "debug.h"
#include "engine.h"
#include "functions.h"
#include "variables.h"