summaryrefslogtreecommitdiff
path: root/src/water.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/water.h')
-rw-r--r--src/water.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/water.h b/src/water.h
index db52600ee..a5bb1c629 100644
--- a/src/water.h
+++ b/src/water.h
@@ -15,6 +15,7 @@
#include "tile_type.h"
#include "company_type.h"
#include "slope_type.h"
+#include "water_map.h"
/**
* Describes the behaviour of a tile during flooding.
@@ -34,7 +35,7 @@ void DoFloodTile(TileIndex target);
void ConvertGroundTilesIntoWaterTiles();
-void DrawShipDepotSprite(int x, int y, int image);
+void DrawShipDepotSprite(int x, int y, Axis axis, DepotPart part);
void DrawWaterClassGround(const struct TileInfo *ti);
void DrawShoreTile(Slope tileh);