src/articulated_vehicles.h
author smatz
Mon, 18 Feb 2008 23:37:16 +0000
changeset 9099 b547d33e53d8
parent 9055 386250fe46b2
child 9273 ca5e00698c01
permissions -rw-r--r--
(svn r12185) -Fix (r12177): wrong operator priority, hopefully harmless (spotted by michi_cc)
/* $Id$ */

/** @file articulated_vehicles.h */

#ifndef ARTICULATED_VEHICLES_H
#define ARTICULATED_VEHICLES_H

#include "vehicle_type.h"

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

#endif /* ARTICULATED_VEHICLES_H */