Files @ r7591:5612150f92ce
Branch filter:

Location: cpp/openttd-patchpack/source/src/articulated_vehicles.h

truelight
(svn r11118) -Fix: sample.cat can now be in a tar-file too, how nice!
/* $Id$ */

/** @file articulated_vehicles.h */

#ifndef ARTICULATED_VEHICLES_H
#define ARTICULATED_VEHICLES_H

uint CountArticulatedParts(EngineID engine_type);
void AddArticulatedParts(Vehicle **vl, VehicleType type);

#endif /* ARTICULATED_VEHICLES_H */