From ba0532b595fed9f5c9eef3f4c6d5e7b917331570 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/newgrf_house.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_house.cpp') diff --git a/src/newgrf_house.cpp b/src/newgrf_house.cpp index 4c8fae368..42d9be698 100644 --- a/src/newgrf_house.cpp +++ b/src/newgrf_house.cpp @@ -21,6 +21,7 @@ #include "transparency.h" #include "functions.h" #include "player_func.h" +#include "animated_tile_func.h" #include "table/strings.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf