Add ui_application_win32
This commit is contained in:
parent
ee8277b31c
commit
07ca97618d
|
@ -32,6 +32,11 @@
|
||||||
|
|
||||||
RETRO_BEGIN_DECLS
|
RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
|
typedef struct ui_application_win32
|
||||||
|
{
|
||||||
|
void *empty;
|
||||||
|
} ui_application_win32_t;
|
||||||
|
|
||||||
typedef struct ui_window_win32
|
typedef struct ui_window_win32
|
||||||
{
|
{
|
||||||
HWND hwnd;
|
HWND hwnd;
|
||||||
|
|
Loading…
Reference in New Issue