1
0
Fork 0

(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah

local copy mess....
release/0.5
Darkvater 2006-10-12 15:06:59 +00:00
parent d9a1578cf4
commit f1f6e4df27
1 changed files with 0 additions and 2 deletions

View File

@ -180,8 +180,6 @@ Town *ClosestTownFromTile(TileIndex tile, uint threshold);
void ChangeTownRating(Town *t, int add, int max);
uint GetTownRadiusGroup(const Town* t, TileIndex tile);
void ShowNetworkChatQueryWindow(byte desttype, byte dest);
void ShowNetworkGiveMoneyWindow(byte player);
int FindFirstBit(uint32 x);
void ShowHighscoreTable(int difficulty, int8 rank);
TileIndex AdjustTileCoordRandomly(TileIndex a, byte rng);