functions.h
changeset 3416 ffa71854c5a3
parent 3341 b20541ef8945
child 3636 a36cc46e754d
equal deleted inserted replaced
3415:3adf03460ad8 3416:ffa71854c5a3
     5 
     5 
     6 /* landscape.c */
     6 /* landscape.c */
     7 void FindLandscapeHeight(TileInfo *ti, uint x, uint y);
     7 void FindLandscapeHeight(TileInfo *ti, uint x, uint y);
     8 
     8 
     9 void DoClearSquare(TileIndex tile);
     9 void DoClearSquare(TileIndex tile);
    10 void CDECL ModifyTile(TileIndex tile, uint flags, ...);
       
    11 void RunTileLoop(void);
    10 void RunTileLoop(void);
    12 
    11 
    13 uint GetPartialZ(int x, int y, int corners);
    12 uint GetPartialZ(int x, int y, int corners);
    14 uint GetSlopeZ(int x, int y);
    13 uint GetSlopeZ(int x, int y);
    15 uint32 GetTileTrackStatus(TileIndex tile, TransportType mode);
    14 uint32 GetTileTrackStatus(TileIndex tile, TransportType mode);