vehicle.h
changeset 2814 0f534d66544e
parent 2805 b6098e7ca457
child 2817 58dcead3f545
equal deleted inserted replaced
2813:018e421127ee 2814:0f534d66544e
   315 int32 GetTrainRunningCost(const Vehicle *v);
   315 int32 GetTrainRunningCost(const Vehicle *v);
   316 
   316 
   317 int CheckTrainStoppedInDepot(const Vehicle *v);
   317 int CheckTrainStoppedInDepot(const Vehicle *v);
   318 
   318 
   319 bool VehicleNeedsService(const Vehicle *v);
   319 bool VehicleNeedsService(const Vehicle *v);
       
   320 void ConvertOldMultiheadToNew(void);
   320 
   321 
   321 typedef struct GetNewVehiclePosResult {
   322 typedef struct GetNewVehiclePosResult {
   322 	int x,y;
   323 	int x,y;
   323 	TileIndex old_tile;
   324 	TileIndex old_tile;
   324 	TileIndex new_tile;
   325 	TileIndex new_tile;