summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-10-12 15:06:59 +0000
committerDarkvater <darkvater@openttd.org>2006-10-12 15:06:59 +0000
commitf1f6e4df277e599b15c13963d77db1c225374b8a (patch)
tree7a0398cb23314fc79ff7c77cbc57250a8d03ed92 /functions.h
parentd9a1578cf44ec4788dfc9ff1fb99a6b7fccbbc73 (diff)
downloadopenttd-f1f6e4df277e599b15c13963d77db1c225374b8a.tar.xz
(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah
local copy mess....
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions.h b/functions.h
index f1323c77d..3a6ae3825 100644
--- a/functions.h
+++ b/functions.h
@@ -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);