link resources path from config

This commit is contained in:
Anonymous275
2022-08-19 16:23:20 +03:00
parent 70099af7c7
commit 65ce374f3c
3 changed files with 6 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ class Launcher {
static void setExit(bool exit) noexcept;
const std::string& getFullVersion();
const std::string& getMPUserPath();
const std::string& getCachePath();
static bool Terminated() noexcept;
const std::string& getPublicKey();
const std::string& getUserRole();