vkdoom_m/libraries/ZWidget/include/zwidget/window/sdl2nativehandle.h
2025-07-30 00:09:28 -04:00

12 lines
138 B
C++

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