functions.h
changeset 1377 7ab329d1fc28
parent 1335 a5f223b9f549
child 1420 83e74e76f600
equal deleted inserted replaced
1376:d4e1dd8eb7e5 1377:7ab329d1fc28
    21 void ChangeTileOwner(uint tile, byte old_player, byte new_player);
    21 void ChangeTileOwner(uint tile, byte old_player, byte new_player);
    22 void AnimateTile(uint tile);
    22 void AnimateTile(uint tile);
    23 void ClickTile(uint tile);
    23 void ClickTile(uint tile);
    24 void GetTileDesc(uint tile, TileDesc *td);
    24 void GetTileDesc(uint tile, TileDesc *td);
    25 void DrawTile(TileInfo *ti);
    25 void DrawTile(TileInfo *ti);
       
    26 void UpdateTownMaxPass(Town *t);
    26 
    27 
    27 bool IsValidTile(uint tile);
    28 bool IsValidTile(uint tile);
    28 
    29 
    29 static inline Point RemapCoords(int x, int y, int z)
    30 static inline Point RemapCoords(int x, int y, int z)
    30 {
    31 {