Files
UnleashedRecomp-hedge-dev/UnleashedRecomp/ui/window.h
2024-10-17 14:36:02 +01: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();
};