equal
deleted
inserted
replaced
11 #include "saveload.h" |
11 #include "saveload.h" |
12 #include "debug.h" |
12 #include "debug.h" |
13 #include "group.h" |
13 #include "group.h" |
14 #include "train.h" |
14 #include "train.h" |
15 #include "aircraft.h" |
15 #include "aircraft.h" |
16 #include "string.h" |
|
17 #include "vehicle_gui.h" |
16 #include "vehicle_gui.h" |
18 #include "misc/autoptr.hpp" |
17 #include "misc/autoptr.hpp" |
19 #include "strings_func.h" |
18 #include "strings_func.h" |
20 #include "functions.h" |
19 #include "functions.h" |
21 #include "window_func.h" |
20 #include "window_func.h" |
22 #include "vehicle_func.h" |
21 #include "vehicle_func.h" |
23 #include "autoreplace_base.h" |
22 #include "autoreplace_base.h" |
24 #include "autoreplace_func.h" |
23 #include "autoreplace_func.h" |
|
24 #include "string_func.h" |
25 |
25 |
26 /** |
26 /** |
27 * Update the num engines of a groupID. Decrease the old one and increase the new one |
27 * Update the num engines of a groupID. Decrease the old one and increase the new one |
28 * @note called in SetTrainGroupID and UpdateTrainGroupID |
28 * @note called in SetTrainGroupID and UpdateTrainGroupID |
29 * @param i EngineID we have to update |
29 * @param i EngineID we have to update |