#pragma once #include #include struct SGlobalState { std::string cwd; std::string configPath; }; inline std::unique_ptr g_pGlobalState = std::make_unique();