summaryrefslogtreecommitdiff
path: root/src/newgrf_industries.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 21:41:24 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 21:41:24 +0000
commit3ca95f2a85d2347f28424a479fa3323f4a86bca7 (patch)
tree11608a1c774c5961fb6f16b3536041e440426e8c /src/newgrf_industries.cpp
parent27e5deb719f91bc26e8bf39a11acff6367062417 (diff)
downloadopenttd-3ca95f2a85d2347f28424a479fa3323f4a86bca7.tar.xz
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
Diffstat (limited to 'src/newgrf_industries.cpp')
-rw-r--r--src/newgrf_industries.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_industries.cpp b/src/newgrf_industries.cpp
index f4e504945..a79efad21 100644
--- a/src/newgrf_industries.cpp
+++ b/src/newgrf_industries.cpp
@@ -21,6 +21,7 @@
#include "town.h"
#include "player_func.h"
#include "player_base.h"
+#include "command_func.h"
#include "table/strings.h"