mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 13:43:32 +00:00
Add ui_application_win32
This commit is contained in:
parent
ee8277b31c
commit
07ca97618d
@ -32,6 +32,11 @@
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
typedef struct ui_application_win32
|
||||
{
|
||||
void *empty;
|
||||
} ui_application_win32_t;
|
||||
|
||||
typedef struct ui_window_win32
|
||||
{
|
||||
HWND hwnd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user