src/autoreplace_cmd.cpp
changeset 8064 fef5cd447a5a
parent 7931 b0a46cd92225
child 8114 dd6d21dc99c1
equal deleted inserted replaced
8063:d3fa4e88f087 8064:fef5cd447a5a
    16 #include "train.h"
    16 #include "train.h"
    17 #include "aircraft.h"
    17 #include "aircraft.h"
    18 #include "cargotype.h"
    18 #include "cargotype.h"
    19 #include "group.h"
    19 #include "group.h"
    20 #include "strings.h"
    20 #include "strings.h"
    21 
    21 #include "order.h"
    22 
    22 
    23 /*
    23 /*
    24  * move the cargo from one engine to another if possible
    24  * move the cargo from one engine to another if possible
    25  */
    25  */
    26 static void MoveVehicleCargo(Vehicle *dest, Vehicle *source)
    26 static void MoveVehicleCargo(Vehicle *dest, Vehicle *source)