equal
deleted
inserted
replaced
18 #include "misc/autoptr.hpp" |
18 #include "misc/autoptr.hpp" |
19 #include "strings_func.h" |
19 #include "strings_func.h" |
20 #include "functions.h" |
20 #include "functions.h" |
21 #include "window_func.h" |
21 #include "window_func.h" |
22 #include "vehicle_func.h" |
22 #include "vehicle_func.h" |
|
23 #include "autoreplace_base.h" |
|
24 #include "autoreplace_func.h" |
23 |
25 |
24 /** |
26 /** |
25 * 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 |
26 * @note called in SetTrainGroupID and UpdateTrainGroupID |
28 * @note called in SetTrainGroupID and UpdateTrainGroupID |
27 * @param i EngineID we have to update |
29 * @param i EngineID we have to update |