summaryrefslogtreecommitdiff
path: root/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'tile.h')
-rw-r--r--tile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tile.h b/tile.h
index cb51208e3..ebb1bb89a 100644
--- a/tile.h
+++ b/tile.h
@@ -30,6 +30,7 @@ typedef enum TropicZones {
Slope GetTileh(uint n, uint w, uint e, uint s, uint *h);
Slope GetTileSlope(TileIndex tile, uint *h);
uint GetTileZ(TileIndex tile);
+uint GetTileMaxZ(TileIndex tile);
static inline bool CorrectZ(Slope tileh)
{