src/water.h
changeset 8105 49739cef9a00
parent 7948 e408508f5727
child 8108 b42a0e5c67ef
--- a/src/water.h	Tue Dec 18 21:25:44 2007 +0000
+++ b/src/water.h	Wed Dec 19 02:41:25 2007 +0000
@@ -8,6 +8,7 @@
 void TileLoop_Water(TileIndex tile);
 void DrawShipDepotSprite(int x, int y, int image);
 void DrawCanalWater(TileIndex tile);
+void MakeWaterOrCanalDependingOnOwner(TileIndex tile, Owner o);
 void MakeWaterOrCanalDependingOnSurroundings(TileIndex t, Owner o);
 
 #endif /* WATER_H */