Files @ r7585:69cd325fe54d
Branch filter:

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

glx
(svn r11110) -Fix (r11107): somebody forgot to update project files ;)
/* $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 */