summaryrefslogtreecommitdiff
path: root/src/misc.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/misc.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/misc.cpp')
-rw-r--r--src/misc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc.cpp b/src/misc.cpp
index c674e4129..796f937fa 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -25,6 +25,7 @@
#include "texteff.hpp"
#include "gfx_func.h"
#include "core/alloc_type.hpp"
+#include "animated_tile_func.h"
#include "table/strings.h"
#include "table/sprites.h"