src/landscape.h
branchnoai
changeset 9694 e72987579514
parent 9624 b71483f2330f
child 8224 6260e98d1c6a
equal deleted inserted replaced
9693:31fcaa5375a1 9694:e72987579514
    37 static inline Point RemapCoords2(int x, int y)
    37 static inline Point RemapCoords2(int x, int y)
    38 {
    38 {
    39 	return RemapCoords(x, y, GetSlopeZ(x, y));
    39 	return RemapCoords(x, y, GetSlopeZ(x, y));
    40 }
    40 }
    41 
    41 
    42 void DrawFoundation(TileInfo *ti, uint f);
    42 uint ApplyFoundationToSlope(Foundation f, Slope *s);
       
    43 void DrawFoundation(TileInfo *ti, Foundation f);
    43 
    44 
    44 void DoClearSquare(TileIndex tile);
    45 void DoClearSquare(TileIndex tile);
    45 void RunTileLoop();
    46 void RunTileLoop();
    46 
    47 
    47 uint32 GetTileTrackStatus(TileIndex tile, TransportType mode, uint sub_mode);
    48 uint32 GetTileTrackStatus(TileIndex tile, TransportType mode, uint sub_mode);