summaryrefslogtreecommitdiff
path: root/src/toolbar_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/toolbar_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/toolbar_gui.cpp')
-rw-r--r--src/toolbar_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
index 309120e2f..bb3d063ad 100644
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -28,6 +28,7 @@
#include "toolbar_gui.h"
#include "vehicle_base.h"
#include "gfx_func.h"
+#include "cheat_func.h"
#include "network/network.h"