summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-20 08:22:59 +0000
committerrubidium <rubidium@openttd.org>2008-04-20 08:22:59 +0000
commit15680e477a2447a590fa2fc20364c74d8e151aa3 (patch)
treee8e54949e38c71199b798cb8389049ee295fa027 /src/industry_cmd.cpp
parent4f8409daf609a857eb9261818bc9afd313f30fed (diff)
downloadopenttd-15680e477a2447a590fa2fc20364c74d8e151aa3.tar.xz
(svn r12800) -Codechange: move the animated tile related functions out of texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
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 32eb3c052..7fbcaf551 100644
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -39,6 +39,7 @@
#include "sound_func.h"
#include "station_base.h"
#include "oldpool_func.h"
+#include "animated_tile_func.h"
#include "table/strings.h"
#include "table/sprites.h"