summaryrefslogtreecommitdiff
path: root/src/roadveh.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-05 10:55:50 +0000
committerrubidium <rubidium@openttd.org>2008-04-05 10:55:50 +0000
commitbdd64495cd7af3fa064ed58a5419845eb78def46 (patch)
treeb4b03c4e03ba0d09492cdcef08e4dd07ceb77dc8 /src/roadveh.h
parente9661fb42054aa0a96579efe4ccc3a276619f12e (diff)
downloadopenttd-bdd64495cd7af3fa064ed58a5419845eb78def46.tar.xz
(svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles.
Diffstat (limited to 'src/roadveh.h')
-rw-r--r--src/roadveh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/roadveh.h b/src/roadveh.h
index 60e6d5a9d..ac121d042 100644
--- a/src/roadveh.h
+++ b/src/roadveh.h
@@ -76,6 +76,7 @@ struct RoadVehicle : public Vehicle {
bool IsInDepot() const { return this->u.road.state == RVSB_IN_DEPOT; }
void Tick();
void OnNewDay();
+ TileIndex GetOrderStationLocation(StationID station);
};
byte GetRoadVehLength(const Vehicle *v);