From 0e8f006dc18e8faff93382fe8044d046c36e86f4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 14 Feb 2007 16:37:16 +0000 Subject: (svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p. --- src/station.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/station.h') diff --git a/src/station.h b/src/station.h index 6d5113b2f..6d89280aa 100644 --- a/src/station.h +++ b/src/station.h @@ -66,7 +66,9 @@ struct RoadStop { /* For accessing status */ bool HasFreeBay() const; + bool IsFreeBay(uint nr) const; uint AllocateBay(); + void AllocateDriveThroughBay(uint nr); void FreeBay(uint nr); bool IsEntranceBusy() const; void SetEntranceBusy(bool busy); -- cgit v1.2.3-54-g00ecf