Files @ r7061:fe08da939c84
Branch filter:

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

peter1138
(svn r10326) -Update: change to new string codes used in english.txt
/* $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 */