vehicle.h
changeset 4463 4d67d3a36fc5
parent 4451 2e86da0081b5
child 4494 2bde2b22ef3a
equal deleted inserted replaced
4462:d67a579a5452 4463:4d67d3a36fc5
   312 
   312 
   313 int CheckTrainStoppedInDepot(const Vehicle *v);
   313 int CheckTrainStoppedInDepot(const Vehicle *v);
   314 
   314 
   315 bool VehicleNeedsService(const Vehicle *v);
   315 bool VehicleNeedsService(const Vehicle *v);
   316 
   316 
       
   317 int32 SendAllVehiclesToDepot(byte type, uint32 flags, bool service, PlayerID owner);
       
   318 
   317 typedef struct GetNewVehiclePosResult {
   319 typedef struct GetNewVehiclePosResult {
   318 	int x,y;
   320 	int x,y;
   319 	TileIndex old_tile;
   321 	TileIndex old_tile;
   320 	TileIndex new_tile;
   322 	TileIndex new_tile;
   321 } GetNewVehiclePosResult;
   323 } GetNewVehiclePosResult;