Add ui_application_win32

This commit is contained in:
twinaphex 2016-06-07 16:43:25 +02:00
parent ee8277b31c
commit 07ca97618d

View File

@ -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;