(svn r22801) -Feature: [YAPF] Take canal/ocean speed fraction of ships into account.

This commit is contained in:
michi_cc
2011-08-21 14:13:22 +00:00
parent c10d415723
commit 45b95ed629
3 changed files with 9 additions and 1 deletions

View File

@@ -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.