functions.h
changeset 2471 14109854e818
parent 2436 177cb6a8339f
child 2475 8443e1eefe1b
--- a/functions.h	Wed Sep 28 21:49:55 2005 +0000
+++ b/functions.h	Thu Sep 29 19:59:57 2005 +0000
@@ -229,6 +229,7 @@
 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);