mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 00:10:26 -06:00
11 lines
154 B
C
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();
|
|
};
|