OpenTTD/src/articulated_vehicles.h

12 lines
239 B
C
Raw Normal View History

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