summaryrefslogtreecommitdiff
path: root/tile.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-29 13:33:48 +0000
committertron <tron@openttd.org>2005-01-29 13:33:48 +0000
commitf08d102ac203b6072b5d1381d0a2c435dace731a (patch)
tree84df3cedf71cb403fa6a6e80106442f0401bbd43 /tile.h
parenta2de96abc09e4f64bdc860804275b033f721c153 (diff)
downloadopenttd-f08d102ac203b6072b5d1381d0a2c435dace731a.tar.xz
(svn r1715) Move [GS]etMapExtraBits to tile.[ch]
Diffstat (limited to 'tile.h')
-rw-r--r--tile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tile.h b/tile.h
index 0019397dd..ec274d62f 100644
--- a/tile.h
+++ b/tile.h
@@ -3,6 +3,9 @@
#include "map.h"
+void SetMapExtraBits(TileIndex tile, byte flags);
+uint GetMapExtraBits(TileIndex tile);
+
static inline uint TileHeight(TileIndex tile)
{
assert(tile < MapSize());