tile.h
branch0.4
changeset 10023 4a72310c9cf5
parent 9959 984493ab6fff
child 10046 6301f3512550
--- a/tile.h	Sat May 20 20:16:08 2006 +0000
+++ b/tile.h	Sat May 20 20:56:31 2006 +0000
@@ -50,6 +50,7 @@
 uint GetTileh(uint n, uint w, uint e, uint s, uint *h);
 uint GetTileSlope(TileIndex tile, uint *h);
 uint GetTileZ(TileIndex tile);
+uint GetTileMaxZ(TileIndex tile);
 
 static inline bool CorrectZ(uint tileh)
 {