summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-06 13:11:08 +0000
committertron <tron@openttd.org>2006-03-06 13:11:08 +0000
commit03254940a48ceecb68eee1b64cce4de045e2aab6 (patch)
tree7384488cf17eb4d93ce21ad3b40437978efc939a /functions.h
parent6fa5f041f8c6b33b91018840489d8a2d5a7891ae (diff)
downloadopenttd-03254940a48ceecb68eee1b64cce4de045e2aab6.tar.xz
(svn r3773) Shove some semantics down ottd's throat by replacing ints and magic numbers by enums and some related changes
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 58304bf6b..39d270ff1 100644
--- a/functions.h
+++ b/functions.h
@@ -215,7 +215,6 @@ bool CheckIfAuthorityAllows(TileIndex tile);
Town *ClosestTownFromTile(TileIndex tile, uint threshold);
void ChangeTownRating(Town *t, int add, int max);
-uint GetRoadBitsByTile(TileIndex tile);
int GetTownRadiusGroup(const Town *t, TileIndex tile);
void ShowNetworkChatQueryWindow(byte desttype, byte dest);
void ShowNetworkGiveMoneyWindow(byte player);