#ifndef WW_GLOBALS_H #define WW_GLOBALS_H #include #include #include #include inline HANDLE PHANDLE = nullptr; class CWobblyWindow; extern std::map g_windowFramebuffers; extern std::map g_windowPositions; extern std::map g_wobblyWindows; #endif