summaryrefslogtreecommitdiff
path: root/src/newgrf_house.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/newgrf_house.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/newgrf_house.cpp')
-rw-r--r--src/newgrf_house.cpp1
1 files changed, 1 insertions, 0 deletions
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"