"Unused" code for startup dialog now has #ifdef SPLASH_SCREEN.

This commit is contained in:
Dabb 2000-12-20 18:18:27 +00:00
parent 20f0e102ce
commit dae1954eaf

View file

@ -90,7 +90,10 @@ extern int window_center_x, window_center_y;
extern RECT window_rect;
extern qboolean mouseinitialized;
#ifdef SPLASH_SCREEN
extern HWND hwnd_dialog;
#endif
extern HANDLE hinput, houtput;