(svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles.

This commit is contained in:
rubidium
2008-04-05 10:55:50 +00:00
parent e9661fb420
commit bdd64495cd
9 changed files with 157 additions and 226 deletions

View File

@@ -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 */