Files @ r7204:70390a15d0a6
Branch filter:

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

rubidium
(svn r10482) -Fix [FS#990]: Do not override the CFLAGS environment variable when configuring a non-debug makefile. Based on a patch by saggson.
/* $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 */