src/articulated_vehicles.h
branchnoai
changeset 9625 3301b1b3889c
child 6720 35756db7e577
equal deleted inserted replaced
9624:b71483f2330f 9625:3301b1b3889c
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file articulated_vehicles.h */
       
     4 
       
     5 #ifndef ARTICULATED_VEHICLES_H
       
     6 #define ARTICULATED_VEHICLES_H
       
     7 
       
     8 uint CountArticulatedParts(EngineID engine_type);
       
     9 void AddArticulatedParts(Vehicle **vl);
       
    10 
       
    11 #endif /* ARTICULATED_VEHICLES_H */