summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-17 21:21:01 +0000
committerrubidium <rubidium@openttd.org>2008-04-17 21:21:01 +0000
commit18e64b28e25f387d1e269899cce8ffa704b1c76b (patch)
tree5c9f5720b6e3a7be462d940982b7a3ed266ae13f /src/industry_gui.cpp
parentfa4b5b1c18e8e1948af209f547ae552ed171f908 (diff)
downloadopenttd-18e64b28e25f387d1e269899cce8ffa704b1c76b.tar.xz
(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp
index ccb333187..1e6567dbe 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -14,6 +14,7 @@
#include "industry.h"
#include "town.h"
#include "variables.h"
+#include "cheat_func.h"
#include "cargotype.h"
#include "newgrf.h"
#include "newgrf_callbacks.h"