(D3D PC) Add quitting variable

This commit is contained in:
twinaphex 2014-05-30 21:17:34 +02:00
parent a282a10ba9
commit a59c3cba6e
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ typedef struct d3d_video
const d3d_font_renderer_t *font_ctx;
const gfx_ctx_driver_t *ctx_driver;
bool should_resize;
bool quitting;
#ifdef HAVE_WINDOW
WNDCLASSEX windowClass;