summaryrefslogtreecommitdiff
path: root/src/newgrf_station.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/newgrf_station.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/newgrf_station.cpp')
-rw-r--r--src/newgrf_station.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp
index 220da1e42..f926aa5a8 100644
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -22,6 +22,7 @@
#include "gfx_func.h"
#include "date_func.h"
#include "player_func.h"
+#include "animated_tile_func.h"
#include "table/sprites.h"
#include "table/strings.h"