author | smatz |
Wed, 12 Mar 2008 18:10:45 +0000 | |
changeset 8690 | 4ede80da46ff |
parent 8559 | e51166aff0b2 |
child 8777 | 5ba12006e339 |
permissions | -rw-r--r-- |
/* $Id$ */ /** @file articulated_vehicles.h */ #ifndef ARTICULATED_VEHICLES_H #define ARTICULATED_VEHICLES_H #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 */