Files @ r6778:c571751ff0de
Branch filter:

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

rubidium
(svn r10014) -Fix: roads became automatically one way in the scenario editor.
/* $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 */