Files @ r8114:866ed489ed98
Branch filter:

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

rubidium
(svn r11675) -Codechange: split the string types from the string functions.
/* $Id$ */

/** @file articulated_vehicles.h */

#ifndef ARTICULATED_VEHICLES_H
#define ARTICULATED_VEHICLES_H

uint CountArticulatedParts(EngineID engine_type, bool purchase_window);
void AddArticulatedParts(Vehicle **vl, VehicleType type);

#endif /* ARTICULATED_VEHICLES_H */