diff options
Diffstat (limited to 'src/tile_map.h')
-rw-r--r-- | src/tile_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tile_map.h b/src/tile_map.h index f9c7a2ac9..98863eb59 100644 --- a/src/tile_map.h +++ b/src/tile_map.h @@ -247,6 +247,8 @@ Slope GetTileSlope(TileIndex tile, int *h = NULL); int GetTileZ(TileIndex tile); int GetTileMaxZ(TileIndex tile); +bool IsTileFlat(TileIndex tile, int *h = NULL); + /** * Return the slope of a given tile * @param tile Tile to compute slope of |