vkdoom_m/libraries/ZWidget/include/zwidget/window/sdl2nativehandle.h
2025-02-27 02:54:04 +01:00

12 lines
138 B
C++

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