| 136 | DBG_DECLARE(core, script, DebugCategory::LINFO); |
| 137 | |
| 138 | static const std::filesystem::path getConfigPath() |
| 139 | { |
| 140 | return Filesystem::getInstallDir() / "dfhack-config"; |
| 141 | }; |
| 142 | |
| 143 | static const std::filesystem::path getConfigDefaultsPath() |
| 144 | { |
no outgoing calls
no test coverage detected