(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.

This commit is contained in:
maedhros
2007-06-01 11:41:02 +00:00
parent dce1101039
commit ab8503f5a5
7 changed files with 113 additions and 69 deletions

View File

@@ -0,0 +1,11 @@
/* $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 */