summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-31 07:23:15 +0000
committertron <tron@openttd.org>2005-01-31 07:23:15 +0000
commitbb680056b1004ca5e8e74786764061aeedf9c188 (patch)
treec97da17a330889a788b8654dddbc7507d01b3b38 /functions.h
parent77072aedabd1e5acd2d380defac707c88d287c88 (diff)
downloadopenttd-bb680056b1004ca5e8e74786764061aeedf9c188.tar.xz
(svn r1749) Move the functions which calculate distances to map.[ch] and give the more meaningful names
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/functions.h b/functions.h
index 36482e9a1..fdcf33ba5 100644
--- a/functions.h
+++ b/functions.h
@@ -169,12 +169,6 @@ void NetworkSend_Command(uint32 tile, uint32 p1, uint32 p2, uint32 cmd, CommandC
/* misc_cmd.c */
void PlaceTreesRandomly(void);
-uint GetTileDist(TileIndex xy1, TileIndex xy2);
-uint GetTileDist1D(TileIndex xy1, TileIndex xy2);
-uint GetTileDist1Db(TileIndex xy1, TileIndex xy2);
-uint GetTileDistAdv(TileIndex xy1, TileIndex xy2);
-bool CheckDistanceFromEdge(TileIndex tile, uint distance);
-
void InitializeLandscapeVariables(bool only_constants);
/* misc.c */