src/train.h
changeset 6247 7d81e3a5d803
parent 5779 a694ce1457bb
child 6248 e4a2ed7e5613
equal deleted inserted replaced
6246:75451000349d 6247:7d81e3a5d803
   213 
   213 
   214 	/* v now contains the last artic part in the engine */
   214 	/* v now contains the last artic part in the engine */
   215 	return v->next;
   215 	return v->next;
   216 }
   216 }
   217 
   217 
   218 void ConvertOldMultiheadToNew(void);
   218 void ConvertOldMultiheadToNew();
   219 void ConnectMultiheadedTrains(void);
   219 void ConnectMultiheadedTrains();
   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 CcBuildLoco(bool success, TileIndex tile, uint32 p1, uint32 p2);
   223 void CcBuildLoco(bool success, TileIndex tile, uint32 p1, uint32 p2);
   224 void CcBuildWagon(bool success, TileIndex tile, uint32 p1, uint32 p2);
   224 void CcBuildWagon(bool success, TileIndex tile, uint32 p1, uint32 p2);