summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-07 10:41:45 +0000
committertron <tron@openttd.org>2005-02-07 10:41:45 +0000
commit7d56d1d84167e3bd1f9c8e0c6fff8412734adce9 (patch)
tree6fb9696d4610ea19244f194d0c47fa748af72fd4 /functions.h
parentc45312326a0ae8b7c64a67539b927d994b56681b (diff)
downloadopenttd-7d56d1d84167e3bd1f9c8e0c6fff8412734adce9.tar.xz
(svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more explicit types as parameters
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 2b59c11a5..032c279c6 100644
--- a/functions.h
+++ b/functions.h
@@ -9,8 +9,6 @@
/* landscape.c */
void FindLandscapeHeight(TileInfo *ti, uint x, uint y);
void FindLandscapeHeightByTile(TileInfo *ti, uint tile);
-uint GetTileSlope(uint tile, int *h);
-int GetTileZ(uint tile);
void DoClearSquare(uint tile);
void CDECL ModifyTile(uint tile, uint flags, ...);