src/articulated_vehicles.h
branchNewGRF_ports
changeset 6870 ca3fd1fbe311
parent 6720 35756db7e577
child 6872 1c4a4a609f85
equal deleted inserted replaced
6869:76282d3b748d 6870:ca3fd1fbe311
     3 /** @file articulated_vehicles.h */
     3 /** @file articulated_vehicles.h */
     4 
     4 
     5 #ifndef ARTICULATED_VEHICLES_H
     5 #ifndef ARTICULATED_VEHICLES_H
     6 #define ARTICULATED_VEHICLES_H
     6 #define ARTICULATED_VEHICLES_H
     7 
     7 
     8 uint CountArticulatedParts(EngineID engine_type);
     8 uint CountArticulatedParts(EngineID engine_type, bool purchase_window);
     9 void AddArticulatedParts(Vehicle **vl, VehicleType type);
     9 void AddArticulatedParts(Vehicle **vl, VehicleType type);
    10 
    10 
    11 #endif /* ARTICULATED_VEHICLES_H */
    11 #endif /* ARTICULATED_VEHICLES_H */