diff -r b22fd4020122 -r 56a4c048c5c3 functions.h --- a/functions.h Fri Jan 21 18:36:17 2005 +0000 +++ b/functions.h Fri Jan 21 19:52:32 2005 +0000 @@ -214,6 +214,7 @@ bool ScrollMainWindowToTile(TileIndex tile); bool ScrollMainWindowTo(int x, int y); void DrawSprite(uint32 img, int x, int y); +uint GetCorrectTileHeight(TileIndex tile); bool EnsureNoVehicle(TileIndex tile); bool EnsureNoVehicleZ(TileIndex tile, byte z); void MarkAllViewportsDirty(int left, int top, int right, int bottom);