Files @ r7184:916bd3022c16
Branch filter:

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

peter1138
(svn r10458) -Fix (r10444): restore original descriptions for win32 drivers
/* $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 */