summaryrefslogtreecommitdiff
path: root/src/ship.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-08-21 14:13:22 +0000
committermichi_cc <michi_cc@openttd.org>2011-08-21 14:13:22 +0000
commit45b95ed62950678b677c555cec558b009e0b8d3e (patch)
tree15fb97a4babf447c25b84d5afe67b938e57722a8 /src/ship.h
parentc10d4157233109aab8794d2455481d45bd44b019 (diff)
downloadopenttd-45b95ed62950678b677c555cec558b009e0b8d3e.tar.xz
(svn r22801) -Feature: [YAPF] Take canal/ocean speed fraction of ships into account.
Diffstat (limited to 'src/ship.h')
-rw-r--r--src/ship.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ship.h b/src/ship.h
index 3a7e21d58..b40697087 100644
--- a/src/ship.h
+++ b/src/ship.h
@@ -13,8 +13,10 @@
#define SHIP_H
#include "vehicle_base.h"
+#include "water_map.h"
void GetShipSpriteSize(EngineID engine, uint &width, uint &height);
+WaterClass GetEffectiveWaterClass(TileIndex tile);
/**
* All ships have this type.