#include "Minecraft_Utils.h" CMinecraftUtils utils; CMinecraftUtils::CMinecraftUtils() {} fs::path CMinecraftUtils::GetExeDir() { wchar_t szExePath[MAX_PATH] = {}; GetModuleFileNameW(nullptr, szExePath, MAX_PATH); return fs::path(szExePath).parent_path(); }