summaryrefslogtreecommitdiff
path: root/src/viewport_func.h
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/viewport_func.h
parent68ace1b79bb712b471eb0d19ade19b20a7ad271d (diff)
downloadopenttd-faf5d899f7c162e1b8762ba5a781ea13fa58330f.tar.xz
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
Diffstat (limited to 'src/viewport_func.h')
-rw-r--r--src/viewport_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/viewport_func.h b/src/viewport_func.h
index df4f8abce..7faa173a1 100644
--- a/src/viewport_func.h
+++ b/src/viewport_func.h
@@ -74,4 +74,6 @@ void UpdateAllVirtCoords();
extern Point _tile_fract_coords;
+void MarkTileDirtyByTile(TileIndex tile);
+
#endif /* VIEWPORT_FUNC_H */