File diff r2219:89c04ca42ead → r2220:ffd09009ed77
functions.h
Show inline comments
 
@@ -49,13 +49,13 @@ static inline Point RemapCoords2(int x, 
 
}
 

	
 

	
 
/* 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 */
 
void StationPickerDrawSprite(int x, int y, int railtype, int image);
 

	
 
/* track_land.c */