#pragma once #include #include struct SDL_Window; class SDL2NativeHandle { public: SDL_Window* window = nullptr; };