00001 /* $Id: articulated_vehicles.h 12137 2008-02-14 07:25:24Z peter1138 $ */ 00002 00005 #ifndef ARTICULATED_VEHICLES_H 00006 #define ARTICULATED_VEHICLES_H 00007 00008 #include "vehicle_type.h" 00009 00010 uint CountArticulatedParts(EngineID engine_type, bool purchase_window); 00011 uint16 *GetCapacityOfArticulatedParts(EngineID engine, VehicleType type); 00012 void AddArticulatedParts(Vehicle **vl, VehicleType type); 00013 00014 #endif /* ARTICULATED_VEHICLES_H */