mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 21:41:57 +00:00
"Unused" code for startup dialog now has #ifdef SPLASH_SCREEN.
This commit is contained in:
parent
20f0e102ce
commit
dae1954eaf
1 changed files with 3 additions and 0 deletions
|
@ -90,7 +90,10 @@ extern int window_center_x, window_center_y;
|
||||||
extern RECT window_rect;
|
extern RECT window_rect;
|
||||||
|
|
||||||
extern qboolean mouseinitialized;
|
extern qboolean mouseinitialized;
|
||||||
|
|
||||||
|
#ifdef SPLASH_SCREEN
|
||||||
extern HWND hwnd_dialog;
|
extern HWND hwnd_dialog;
|
||||||
|
#endif
|
||||||
|
|
||||||
extern HANDLE hinput, houtput;
|
extern HANDLE hinput, houtput;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue