summaryrefslogtreecommitdiff
path: root/src/animated_tile.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:29:47 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:29:47 +0000
commitfaf5d899f7c162e1b8762ba5a781ea13fa58330f (patch)
treeee16420cdb29e9b606b0e4f4fdf6fd91ce7ee63e /src/animated_tile.cpp
parent68ace1b79bb712b471eb0d19ade19b20a7ad271d (diff)
downloadopenttd-faf5d899f7c162e1b8762ba5a781ea13fa58330f.tar.xz
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
Diffstat (limited to 'src/animated_tile.cpp')
-rw-r--r--src/animated_tile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/animated_tile.cpp b/src/animated_tile.cpp
index 3b572d11e..8995275e9 100644
--- a/src/animated_tile.cpp
+++ b/src/animated_tile.cpp
@@ -11,7 +11,8 @@
#include "stdafx.h"
#include "core/alloc_func.hpp"
-#include "functions.h"
+#include "tile_cmd.h"
+#include "viewport_func.h"
/** The table/list with animated tiles. */
TileIndex *_animated_tile_list = NULL;