(svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere.

This commit is contained in:
2005-09-29 19:59:57 +00:00
parent 3a964862f7
commit e33faa5ed5
2 changed files with 72 additions and 48 deletions

View File

@@ -229,6 +229,7 @@ Town *ClosestTownFromTile(TileIndex tile, uint threshold);
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);