| 1359 | |
| 1360 | static std::filesystem::path getDFPath() { return Core::getInstance().p->getPath(); } |
| 1361 | static std::filesystem::path getHackPath() { return Core::getInstance().getHackPath(); } |
| 1362 | |
| 1363 | static bool isWorldLoaded() { return Core::getInstance().isWorldLoaded(); } |
| 1364 | static bool isMapLoaded() { return Core::getInstance().isMapLoaded(); } |
no test coverage detected