view src/articulated_vehicles.h @ 6773:746c984c2dfe draft

(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
author maedhros <maedhros@openttd.org>
date Fri, 01 Jun 2007 12:03:10 +0000
parents 5d92b1c91256
children 0005a9ed1903
line wrap: on
line source

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