src/articulated_vehicles.h
author rubidium
Tue, 07 Aug 2007 15:22:58 +0000
changeset 7423 4a3b0523330b
parent 6857 60130753e595
child 7595 9d645518f001
permissions -rw-r--r--
(svn r10821) -Cleanup: remove the strings that are not needed anymore since r10820.
/* $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 */