diff options
Diffstat (limited to 'src/articulated_vehicles.h')
-rw-r--r-- | src/articulated_vehicles.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/articulated_vehicles.h b/src/articulated_vehicles.h index c448532bb..6db647df1 100644 --- a/src/articulated_vehicles.h +++ b/src/articulated_vehicles.h @@ -8,6 +8,7 @@ #include "vehicle_type.h" uint CountArticulatedParts(EngineID engine_type, bool purchase_window); +uint16 *GetCapacityOfArticulatedParts(EngineID engine, VehicleType type); void AddArticulatedParts(Vehicle **vl, VehicleType type); #endif /* ARTICULATED_VEHICLES_H */ |