#pragma once #include inline HANDLE PHANDLE = nullptr; struct SGlobalState { CShader trailShader; wl_event_source* tick = nullptr; }; inline std::unique_ptr g_pGlobalState;