(svn r2738) Small bit fiddling cleanup

This commit is contained in:
tron
2005-07-28 19:18:27 +00:00
parent bc6570ae69
commit 0e64dc50b6
3 changed files with 49 additions and 32 deletions

View File

@@ -52,7 +52,7 @@ static inline Point RemapCoords2(int x, int y)
/* clear_land.c */
void DrawHillyLandTile(TileInfo *ti);
void DrawClearLandTile(TileInfo *ti, byte set);
void DrawClearLandFence(TileInfo *ti, byte img);
void DrawClearLandFence(const TileInfo *ti);
void TileLoopClearHelper(TileIndex tile);
/* station_land.c */