18 std::vector<std::filesystem::path>
paths{};
Contains data regarding which external file changes to keep.
Definition filechangechoices.h:16
std::vector< bool > changes_to_keep
For every modified file in paths: A bool indicating if that change should be kept....
Definition filechangechoices.h:25
std::vector< std::filesystem::path > paths
Contains paths to externally modified files, relative to the deployer's target directory.
Definition filechangechoices.h:18
std::vector< int > mod_ids
For every modified file in paths: The id of the mod containing that file.
Definition filechangechoices.h:20