Files
UnleashedRecomp-hedge-dev/UnleashedRecomp/gpu/Window.h
2024-09-30 20:57:43 +06:00

11 lines
141 B
C

#pragma once
#include <SDL.h>
struct Window
{
static SDL_Window* s_window;
static void* s_windowHandle;
static void Init();
};