From d11e5bf7fb3455f4ea6862f3778a0664bcee0945 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 29 Sep 2005 19:59:57 +0000 Subject: (svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere. --- functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 8bbd67ac1..7afcd6244 100644 --- a/functions.h +++ b/functions.h @@ -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); -- cgit v1.2.3-54-g00ecf