File diff r7334:9402325cee09 → r7335:93bf5f4b6ce4
src/landscape.h
Show inline comments
 
@@ -39,7 +39,8 @@ static inline Point RemapCoords2(int x, 
 
	return RemapCoords(x, y, GetSlopeZ(x, y));
 
}
 

	
 
void DrawFoundation(TileInfo *ti, uint f);
 
uint ApplyFoundationToSlope(Foundation f, Slope *s);
 
void DrawFoundation(TileInfo *ti, Foundation f);
 

	
 
void DoClearSquare(TileIndex tile);
 
void RunTileLoop();