maedhros@7268: /* $Id$ */ maedhros@7268: maedhros@7268: /** @file articulated_vehicles.h */ maedhros@7268: maedhros@7268: #ifndef ARTICULATED_VEHICLES_H maedhros@7268: #define ARTICULATED_VEHICLES_H maedhros@7268: rubidium@8640: #include "vehicle_type.h" rubidium@8640: rubidium@8091: uint CountArticulatedParts(EngineID engine_type, bool purchase_window); peter1138@9055: uint16 *GetCapacityOfArticulatedParts(EngineID engine, VehicleType type); maedhros@7353: void AddArticulatedParts(Vehicle **vl, VehicleType type); maedhros@7268: maedhros@7268: #endif /* ARTICULATED_VEHICLES_H */