summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-14 19:41:24 +0000
committertron <tron@openttd.org>2005-01-14 19:41:24 +0000
commit4136f395bf45b537d9756efb045c7db4bafa975d (patch)
treefe3cba09d040c9758bc87544422fdeda37fc6bdc /functions.h
parent9d1f7e7348f77639c0fb8697e147de2e901f3545 (diff)
downloadopenttd-4136f395bf45b537d9756efb045c7db4bafa975d.tar.xz
(svn r1508) Remove duplicate declarations and include proper headers where necessary
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 b3e99906f..886010b50 100644
--- a/functions.h
+++ b/functions.h
@@ -218,7 +218,6 @@ bool EnsureNoVehicle(TileIndex tile);
bool EnsureNoVehicleZ(TileIndex tile, byte z);
void MarkAllViewportsDirty(int left, int top, int right, int bottom);
void ShowCostOrIncomeAnimation(int x, int y, int z, int32 cost);
-void MarkWholeScreenDirty();
void DrawFoundation(TileInfo *ti, uint f);
@@ -228,7 +227,6 @@ void ChangeTownRating(Town *t, int add, int max);
uint GetRoadBitsByTile(TileIndex tile);
int GetTownRadiusGroup(Town *t, uint tile);
-int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type);
void ShowNetworkChatQueryWindow(byte desttype, byte dest);
void ShowNetworkGiveMoneyWindow(byte player);
void ShowNetworkNeedGamePassword();