summaryrefslogtreecommitdiff
path: root/src/town_map.h
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/town_map.h
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/town_map.h')
-rw-r--r--src/town_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/town_map.h b/src/town_map.h
index 11fbb1318..e48e826f5 100644
--- a/src/town_map.h
+++ b/src/town_map.h
@@ -9,6 +9,7 @@
#include "date_func.h"
#include "tile_map.h"
#include "functions.h"
+#include "animated_tile_func.h"
/**
* Get the index of which town this house/street is attached to.