diff options
Diffstat (limited to 'tile.h')
-rw-r--r-- | tile.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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()); |