author | peter1138 |
Thu, 31 Jan 2008 23:04:45 +0000 | |
changeset 8958 | b2c67df4bcc0 |
parent 8640 | 1e93b81e96d2 |
child 6878 | 7d1ff2f621c7 |
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); void AddArticulatedParts(Vehicle **vl, VehicleType type); #endif /* ARTICULATED_VEHICLES_H */