Files
UnleashedRecomp-hedge-dev/UnleashedRecomp/gpu/Window.h
2024-10-07 00:25:06 +03:00

11 lines
154 B
C

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