From 15680e477a2447a590fa2fc20364c74d8e151aa3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 20 Apr 2008 08:22:59 +0000 Subject: (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. --- src/vehicle.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vehicle.cpp') 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" -- cgit v1.2.3-54-g00ecf