(Win32) g_quit no longer has to be exposed outside

This commit is contained in:
twinaphex 2015-11-17 10:18:30 +01:00
parent bb99dc4e38
commit daaabaa663
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,7 @@ static unsigned g_pos_x = CW_USEDEFAULT;
static unsigned g_pos_y = CW_USEDEFAULT;
static bool g_resized;
bool g_inited;
bool g_quit;
static bool g_quit;
static HWND g_hwnd;
extern void *dinput_wgl;

View File

@ -33,7 +33,6 @@
extern unsigned g_resize_width;
extern unsigned g_resize_height;
extern bool g_quit;
extern bool g_inited;
extern bool g_restore_desktop;