src/ship.h
branchnoai
changeset 9869 6404afe43575
parent 9837 c9ec4f82e0d0
child 10142 56ee7da4ad56
--- a/src/ship.h	Sun Apr 06 14:12:19 2008 +0000
+++ b/src/ship.h	Sun Apr 06 23:07:42 2008 +0000
@@ -42,6 +42,7 @@
 	bool IsInDepot() const { return this->u.ship.state == 0x80; }
 	void Tick();
 	void OnNewDay();
+	TileIndex GetOrderStationLocation(StationID station);
 };
 
 #endif /* SHIP_H */