diff options
Diffstat (limited to 'src/ship.h')
-rw-r--r-- | src/ship.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ship.h b/src/ship.h index 2a90ed0b4..50f42611b 100644 --- a/src/ship.h +++ b/src/ship.h @@ -42,6 +42,7 @@ struct Ship: public Vehicle { bool IsInDepot() const { return this->u.ship.state == 0x80; } void Tick(); void OnNewDay(); + TileIndex GetOrderStationLocation(StationID station); }; #endif /* SHIP_H */ |