train.h
changeset 5316 b04421921eae
parent 5163 83acad83bbdd
equal deleted inserted replaced
5315:ce659994e392 5316:b04421921eae
   220 uint CountArticulatedParts(EngineID engine_type);
   220 uint CountArticulatedParts(EngineID engine_type);
   221 
   221 
   222 int CheckTrainInDepot(const Vehicle *v, bool needs_to_be_stopped);
   222 int CheckTrainInDepot(const Vehicle *v, bool needs_to_be_stopped);
   223 void CcCloneTrain(bool success, TileIndex tile, uint32 p1, uint32 p2);
   223 void CcCloneTrain(bool success, TileIndex tile, uint32 p1, uint32 p2);
   224 
   224 
   225 byte FreightWagonMult(const Vehicle *v);
   225 byte FreightWagonMult(CargoID cargo);
   226 
   226 
   227 #endif /* TRAIN_H */
   227 #endif /* TRAIN_H */