maedhros@6772: /* $Id$ */ maedhros@6772: maedhros@6772: /** @file articulated_vehicles.h */ maedhros@6772: maedhros@6772: #ifndef ARTICULATED_VEHICLES_H maedhros@6772: #define ARTICULATED_VEHICLES_H maedhros@6772: rubidium@7595: uint CountArticulatedParts(EngineID engine_type, bool purchase_window); maedhros@6857: void AddArticulatedParts(Vehicle **vl, VehicleType type); maedhros@6772: maedhros@6772: #endif /* ARTICULATED_VEHICLES_H */