src/water.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6871 5a9dc001e1ad
child 6877 889301acc299
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     4 
     4 
     5 #ifndef WATER_H
     5 #ifndef WATER_H
     6 #define WATER_H
     6 #define WATER_H
     7 
     7 
     8 void TileLoop_Water(TileIndex tile);
     8 void TileLoop_Water(TileIndex tile);
       
     9 bool FloodHalftile(TileIndex t);
       
    10 
       
    11 void ConvertGroundTilesIntoWaterTiles();
       
    12 
     9 void DrawShipDepotSprite(int x, int y, int image);
    13 void DrawShipDepotSprite(int x, int y, int image);
    10 void DrawCanalWater(TileIndex tile);
    14 void DrawCanalWater(TileIndex tile);
       
    15 void DrawShoreTile(Slope tileh);
       
    16 
       
    17 void MakeWaterOrCanalDependingOnOwner(TileIndex tile, Owner o);
    11 void MakeWaterOrCanalDependingOnSurroundings(TileIndex t, Owner o);
    18 void MakeWaterOrCanalDependingOnSurroundings(TileIndex t, Owner o);
    12 
    19 
    13 #endif /* WATER_H */
    20 #endif /* WATER_H */