| 56 | } |
| 57 | |
| 58 | void SetConfigDirectory(const std::string_view Path, bool Global) { |
| 59 | Paths[PATH_CONFIG_DIR_LOCAL + Global] = Path; |
| 60 | } |
| 61 | |
| 62 | void SetConfigFileLocation(const std::string_view Path, bool Global) { |
| 63 | Paths[PATH_CONFIG_FILE_LOCAL + Global] = Path; |