Files @ r6856:7afc1ae9c263
Branch filter:

Location: cpp/openttd-patchpack/source/src/articulated_vehicles.h

truelight
(svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts look weird
/* $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 */