Files @ r6854:69c98d436100
Branch filter:

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

rubidium
(svn r10094) -Fix: some really broken strings got in.
/* $Id$ */

/** @file articulated_vehicles.h */

#ifndef ARTICULATED_VEHICLES_H
#define ARTICULATED_VEHICLES_H

uint CountArticulatedParts(EngineID engine_type);
void AddArticulatedParts(Vehicle **vl);

#endif /* ARTICULATED_VEHICLES_H */