(svn r26863) -Codechange: move a number of Vehicle* functions into the Vehicle class
This commit is contained in:
@@ -67,11 +67,6 @@ void CheckVehicleBreakdown(Vehicle *v);
|
||||
void AgeVehicle(Vehicle *v);
|
||||
void VehicleEnteredDepotThisTick(Vehicle *v);
|
||||
|
||||
void VehicleUpdatePosition(Vehicle *v);
|
||||
void VehicleUpdateViewport(Vehicle *v, bool dirty);
|
||||
void VehicleUpdatePositionAndViewport(Vehicle *v);
|
||||
void MarkSingleVehicleDirty(const Vehicle *v);
|
||||
|
||||
UnitID GetFreeUnitNumber(VehicleType type);
|
||||
|
||||
void VehicleEnterDepot(Vehicle *v);
|
||||
|
Reference in New Issue
Block a user