| 1356 | |
| 1357 | static string getDFVersion() { return Core::getInstance().vinfo->getVersion(); } |
| 1358 | static uint32_t getTickCount() { return Core::getInstance().p->getTickCount(); } |
| 1359 | |
| 1360 | static std::filesystem::path getDFPath() { return Core::getInstance().p->getPath(); } |
| 1361 | static std::filesystem::path getHackPath() { return Core::getInstance().getHackPath(); } |
nothing calls this directly
no test coverage detected