src/articulated_vehicles.h
author maedhros
Tue, 12 Jun 2007 22:13:49 +0000
changeset 6879 6f2927f456d7
parent 6857 60130753e595
child 7595 9d645518f001
permissions -rw-r--r--
(svn r10122) -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops.
/* $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 */