(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user