summaryrefslogtreecommitdiff
path: root/src/industry_cmd.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
commitb1d1a4ac660de8415a066c43656459aeada434c8 (patch)
tree5c9f5720b6e3a7be462d940982b7a3ed266ae13f /src/industry_cmd.cpp
parent5050ba84fb92c814161dbb129096fb642fc1d55c (diff)
downloadopenttd-b1d1a4ac660de8415a066c43656459aeada434c8.tar.xz
(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
Diffstat (limited to 'src/industry_cmd.cpp')
-rw-r--r--src/industry_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp
index aaf06cebb..32eb3c052 100644
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -16,6 +16,7 @@
#include "news_func.h"
#include "saveload.h"
#include "variables.h"
+#include "cheat_func.h"
#include "genworld.h"
#include "water_map.h"
#include "tree_map.h"