Files @ r7361:4526784d7450
Branch filter:

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

peter1138
(svn r10724) -Fix (r10723): Toolbar spacing was off-by-one
/* $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 */