OpenTTD-patches/src/articulated_vehicles.h
maedhros 3e326085fa (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
road vehicles for those who prefer the technical explanation.
2007-06-11 14:00:16 +00:00

12 lines
257 B
C

/* $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 */