src/articulated_vehicles.h
author peter1138
Thu, 31 Jan 2008 23:04:45 +0000
changeset 8958 b2c67df4bcc0
parent 8640 1e93b81e96d2
child 6878 7d1ff2f621c7
permissions -rw-r--r--
(svn r12032) -Fix: When removing a statue, remove town statue flag for the statue owner, not current player.
/* $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);
void AddArticulatedParts(Vehicle **vl, VehicleType type);

#endif /* ARTICULATED_VEHICLES_H */