summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-08-07 17:32:29 +0000
committertron <tron@openttd.org>2006-08-07 17:32:29 +0000
commitb3cda6ee62b367824dcb3a3aabe641bfe6bf4720 (patch)
tree0b0bb34300c1cdebbcd9dc9c32903f328b4a19b9 /functions.h
parentb62f4ed9d251c842b29658d3e857542f65170450 (diff)
downloadopenttd-b3cda6ee62b367824dcb3a3aabe641bfe6bf4720.tar.xz
(svn r5806) Inline FindLandscapeHeight() into its only remaining caller and remove the attribute "type" from struct TileInfo
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/functions.h b/functions.h
index 08e91badd..bc1c6601d 100644
--- a/functions.h
+++ b/functions.h
@@ -3,9 +3,6 @@
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
-/* landscape.c */
-void FindLandscapeHeight(TileInfo *ti, uint x, uint y);
-
void DoClearSquare(TileIndex tile);
void RunTileLoop(void);
@@ -17,7 +14,6 @@ void ChangeTileOwner(TileIndex tile, byte old_player, byte new_player);
void AnimateTile(TileIndex tile);
void ClickTile(TileIndex tile);
void GetTileDesc(TileIndex tile, TileDesc *td);
-void DrawTile(TileInfo *ti);
void UpdateTownMaxPass(Town *t);
bool IsValidTile(TileIndex tile);