(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
This commit is contained in:
11
src/articulated_vehicles.h
Normal file
11
src/articulated_vehicles.h
Normal 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 */
|
Reference in New Issue
Block a user