Files @ r7004:3ed6d961f243
Branch filter:

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

miham
(svn r10260) -Update: WebTranslator2 update to 2007-06-21 19:36:07
piglatin - 12 fixed by adammw (12)
/* $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 */