| 14 | const std::vector<std::filesystem::path> &Configuration::getLoadOrder() { return _loadOrder; } |
| 15 | |
| 16 | void Configuration::setLoadOrder(std::vector<std::filesystem::path> newLoadOrder) { this->_loadOrder = std::move(newLoadOrder); } |
| 17 | |
| 18 | const std::filesystem::path &Configuration::getDirectDir() { return _directDir; } |
| 19 | const std::filesystem::path &Configuration::getMPQDir() { return _mpqDir; } |