src/group_cmd.cpp
changeset 8114 dd6d21dc99c1
parent 8106 e6790dd9e750
child 8116 8da76dcb3287
equal deleted inserted replaced
8113:31b7784db761 8114:dd6d21dc99c1
    15 #include "group.h"
    15 #include "group.h"
    16 #include "train.h"
    16 #include "train.h"
    17 #include "aircraft.h"
    17 #include "aircraft.h"
    18 #include "string.h"
    18 #include "string.h"
    19 #include "vehicle_gui.h"
    19 #include "vehicle_gui.h"
    20 #include "strings.h"
       
    21 #include "misc/autoptr.hpp"
    20 #include "misc/autoptr.hpp"
       
    21 #include "strings_func.h"
    22 
    22 
    23 /**
    23 /**
    24  * Update the num engines of a groupID. Decrease the old one and increase the new one
    24  * Update the num engines of a groupID. Decrease the old one and increase the new one
    25  * @note called in SetTrainGroupID and UpdateTrainGroupID
    25  * @note called in SetTrainGroupID and UpdateTrainGroupID
    26  * @param i     EngineID we have to update
    26  * @param i     EngineID we have to update