Feature: Contextual actions for vehicles grouped by shared orders (#8425)
This commit is contained in:
@@ -174,4 +174,7 @@ void GetVehicleSet(VehicleSet &set, Vehicle *v, uint8 num_vehicles);
|
||||
|
||||
void CheckCargoCapacity(Vehicle *v);
|
||||
|
||||
bool VehiclesHaveSameEngineList(const Vehicle *v1, const Vehicle *v2);
|
||||
bool VehiclesHaveSameOrderList(const Vehicle *v1, const Vehicle *v2);
|
||||
|
||||
#endif /* VEHICLE_FUNC_H */
|
||||
|
Reference in New Issue
Block a user