(svn r12303) -Codechange: move IsValidTile() in a more suitable place and make it static inline

This commit is contained in:
glx
2008-02-28 00:10:08 +00:00
parent 459fd42e1d
commit 35195bb2bc
3 changed files with 19 additions and 17 deletions

View File

@@ -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);