src/water.h
changeset 8380 174326093caa
parent 8332 7226194fb681
child 8471 ba4c15fe147b
--- a/src/water.h	Tue Jan 22 16:08:17 2008 +0000
+++ b/src/water.h	Tue Jan 22 17:48:08 2008 +0000
@@ -6,10 +6,15 @@
 #define WATER_H
 
 void TileLoop_Water(TileIndex tile);
+bool FloodHalftile(TileIndex t);
+
+void ConvertGroundTilesIntoWaterTiles();
+
 void DrawShipDepotSprite(int x, int y, int image);
 void DrawCanalWater(TileIndex tile);
+void DrawShoreTile(Slope tileh);
+
 void MakeWaterOrCanalDependingOnOwner(TileIndex tile, Owner o);
 void MakeWaterOrCanalDependingOnSurroundings(TileIndex t, Owner o);
-bool FloodHalftile(TileIndex t);
 
 #endif /* WATER_H */