| 52 | static std::array<fextl::string, Paths::PATH_LAST> Paths; |
| 53 | |
| 54 | void SetDataDirectory(const std::string_view Path, bool Global) { |
| 55 | Paths[PATH_DATA_DIR_LOCAL + Global] = Path; |
| 56 | } |
| 57 | |
| 58 | void SetConfigDirectory(const std::string_view Path, bool Global) { |
| 59 | Paths[PATH_CONFIG_DIR_LOCAL + Global] = Path; |