File diff r9395:5facaa348a52 → r9396:9c082e37fcdf
src/vehicle_func.h
Show inline comments
 
@@ -65,14 +65,12 @@ void MarkSingleVehicleDirty(const Vehicl
 
UnitID GetFreeUnitNumber(VehicleType type);
 

	
 
void TrainConsistChanged(Vehicle *v);
 
void TrainPowerChanged(Vehicle *v);
 
Money GetTrainRunningCost(const Vehicle *v);
 

	
 
void GenerateVehicleSortList(VehicleList *list, VehicleType type, PlayerID owner, uint32 index, uint16 window_type);
 
void BuildDepotVehicleList(VehicleType type, TileIndex tile, VehicleList *engine_list, VehicleList *wagon_list);
 
CommandCost SendAllVehiclesToDepot(VehicleType type, uint32 flags, bool service, PlayerID owner, uint16 vlw_flag, uint32 id);
 
void VehicleEnterDepot(Vehicle *v);
 

	
 
CommandCost MaybeReplaceVehicle(Vehicle *v, uint32 flags, bool display_costs);
 
bool CanBuildVehicleInfrastructure(VehicleType type);