summaryrefslogtreecommitdiff
path: root/src/vehicle.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/vehicle.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/vehicle.cpp')
-rw-r--r--src/vehicle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index a4515f923..ff32c50a3 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -47,6 +47,7 @@
#include "settings_type.h"
#include "oldpool_func.h"
#include "depot_map.h"
+#include "animated_tile_func.h"
#include "table/sprites.h"
#include "table/strings.h"