diff --git a/functions.h b/functions.h --- a/functions.h +++ b/functions.h @@ -229,6 +229,7 @@ Town *ClosestTownFromTile(TileIndex tile void ChangeTownRating(Town *t, int add, int max); uint GetRoadBitsByTile(TileIndex tile); +void DrawRoadBits(TileInfo *ti, byte road, byte ground_type, bool snow, bool flat); int GetTownRadiusGroup(const Town *t, TileIndex tile); void ShowNetworkChatQueryWindow(byte desttype, byte dest); void ShowNetworkGiveMoneyWindow(byte player);