summaryrefslogtreecommitdiff
path: root/newgrf.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
commitf0f85a7ef3dd7502657138bea7575dd54f6f8bdb (patch)
tree3f6b444dbf38fd09dbe9c5e0be19e8b6fa53c8a4 /newgrf.c
parent77b3a76919bc243d16c216ae61b588f6e3be9cb0 (diff)
downloadopenttd-f0f85a7ef3dd7502657138bea7575dd54f6f8bdb.tar.xz
(svn r1803) Move debugging stuff into files of it's own
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf.c b/newgrf.c
index 8a687220b..03f622a2e 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -3,6 +3,7 @@
#include <stdarg.h>
#include "ttd.h"
+#include "debug.h"
#include "gfx.h"
#include "fileio.h"
#include "engine.h"