tile.h
changeset 1211 6f2f723e5c36
parent 1209 a1ac96655b79
child 1214 33e07bbb7779
--- a/tile.h	Sat Jan 29 13:33:14 2005 +0000
+++ b/tile.h	Sat Jan 29 13:33:48 2005 +0000
@@ -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());