functions.h
changeset 473 0da86c59e3ae
parent 430 75820dedf4f1
child 536 aef4753985d3
equal deleted inserted replaced
472:4b15c9f4f969 473:0da86c59e3ae
    21 void RunTileLoop();
    21 void RunTileLoop();
    22 
    22 
    23 uint GetPartialZ(int x, int y, int corners);
    23 uint GetPartialZ(int x, int y, int corners);
    24 uint GetSlopeZ(int x, int y);
    24 uint GetSlopeZ(int x, int y);
    25 uint32 GetTileTrackStatus(uint tile, TransportType mode);
    25 uint32 GetTileTrackStatus(uint tile, TransportType mode);
    26 void GetAcceptedCargo(uint tile, AcceptedCargo *ac);
    26 void GetAcceptedCargo(uint tile, AcceptedCargo ac);
    27 void ChangeTileOwner(uint tile, byte old_player, byte new_player);
    27 void ChangeTileOwner(uint tile, byte old_player, byte new_player);
    28 void AnimateTile(uint tile);
    28 void AnimateTile(uint tile);
    29 void ClickTile(uint tile);
    29 void ClickTile(uint tile);
    30 void GetTileDesc(uint tile, TileDesc *td);
    30 void GetTileDesc(uint tile, TileDesc *td);
    31 void DrawTile(TileInfo *ti);
    31 void DrawTile(TileInfo *ti);