summaryrefslogtreecommitdiff
path: root/src/station_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
commitba0532b595fed9f5c9eef3f4c6d5e7b917331570 (patch)
treee8e54949e38c71199b798cb8389049ee295fa027 /src/station_cmd.cpp
parent61ba65846adaa913ce57f16604fb95f539c1a42f (diff)
downloadopenttd-ba0532b595fed9f5c9eef3f4c6d5e7b917331570.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/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index d99a5fc3f..efc508626 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -42,6 +42,7 @@
#include "string_func.h"
#include "signal_func.h"
#include "oldpool_func.h"
+#include "animated_tile_func.h"
#include "table/sprites.h"
#include "table/strings.h"