(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah
local copy mess....
--- a/functions.h Thu Oct 12 15:05:25 2006 +0000
+++ b/functions.h Thu Oct 12 15:06:59 2006 +0000
@@ -180,8 +180,6 @@
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);