summaryrefslogtreecommitdiff
path: root/src/landscape.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-02-28 00:10:08 +0000
committerglx <glx@openttd.org>2008-02-28 00:10:08 +0000
commit35195bb2bc47a92c8fd6060bdc7de3a8444f3bb4 (patch)
tree8f346ea0968b32d22e1d885edda375a17c2dfe93 /src/landscape.h
parent459fd42e1d8586b80be7adc4f07044c0265c80d4 (diff)
downloadopenttd-35195bb2bc47a92c8fd6060bdc7de3a8444f3bb4.tar.xz
(svn r12303) -Codechange: move IsValidTile() in a more suitable place and make it static inline
Diffstat (limited to 'src/landscape.h')
-rw-r--r--src/landscape.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/landscape.h b/src/landscape.h
index 178579efb..00fe99706 100644
--- a/src/landscape.h
+++ b/src/landscape.h
@@ -26,8 +26,6 @@ byte GetSnowLine(void);
byte HighestSnowLine(void);
void ClearSnowLine(void);
-bool IsValidTile(TileIndex tile);
-
uint GetPartialZ(int x, int y, Slope corners);
uint GetSlopeZ(int x, int y);
void GetSlopeZOnEdge(Slope tileh, DiagDirection edge, int *z1, int *z2);