| 555 | } |
| 556 | |
| 557 | filesystem::path ResourceManager::GetConfigurationDirectory() |
| 558 | { |
| 559 | return(config_dir); |
| 560 | } |
| 561 | |
| 562 | void ResourceManager::SetConfigurationDirectory(const filesystem::path &directory) |
| 563 | { |
no outgoing calls
no test coverage detected