src/water.h
changeset 8992 4fa931bf2417
parent 8967 0b56f973bcf0
equal deleted inserted replaced
8991:072c784ccb82 8992:4fa931bf2417
     9 bool FloodHalftile(TileIndex t);
     9 bool FloodHalftile(TileIndex t);
    10 
    10 
    11 void ConvertGroundTilesIntoWaterTiles();
    11 void ConvertGroundTilesIntoWaterTiles();
    12 
    12 
    13 void DrawShipDepotSprite(int x, int y, int image);
    13 void DrawShipDepotSprite(int x, int y, int image);
    14 void DrawCanalWater(TileIndex tile, bool draw_base);
    14 void DrawWaterClassGround(const struct TileInfo *ti);
    15 void DrawRiverWater(const struct TileInfo *ti, bool draw_base);
       
    16 void DrawShoreTile(Slope tileh);
    15 void DrawShoreTile(Slope tileh);
    17 
    16 
    18 void MakeWaterKeepingClass(TileIndex tile, Owner o);
    17 void MakeWaterKeepingClass(TileIndex tile, Owner o);
    19 void SetWaterClassDependingOnSurroundings(TileIndex t);
    18 void SetWaterClassDependingOnSurroundings(TileIndex t);
    20 
    19