Files @ r6951:4f69e3e27c06
Branch filter:

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

truelight
(svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer
/* $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 */