Add support for multiple occurrances of -c commandline argument

This commit is contained in:
Alexander Bock
2023-01-26 21:08:37 +01:00
parent a49bf5d3ce
commit f1e2765da9
2 changed files with 8 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ struct ShutdownInformation {
struct CommandlineArguments {
std::string configurationName;
std::string configurationOverride;
std::vector<std::string> configurationOverride;
};
class OpenSpaceEngine : public properties::PropertyOwner {