#pragma once class CMinecraftUtils { public: CMinecraftUtils(); fs::path GetExeDir(); }; extern CMinecraftUtils utils;