forked from mirror/OpenTTD
(svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
/* Functions */
|
||||
void RemoveOrderFromAllVehicles(OrderType type, DestinationID destination);
|
||||
void InvalidateVehicleOrder(const Vehicle *v, int data);
|
||||
bool VehicleHasDepotOrders(const Vehicle *v);
|
||||
void CheckOrders(const Vehicle*);
|
||||
void DeleteVehicleOrders(Vehicle *v, bool keep_orderlist = false);
|
||||
bool ProcessOrders(Vehicle *v);
|
||||
|
Reference in New Issue
Block a user