miscellaneous formatting
[aNetHack.git] / win / win32 / mhsplash.h
blob4fae3cde202f412229ff11e9ef4d74346c403fbe
1 /* Copyright (C) 2002 by Alex Kompel */
2 /* NetHack may be freely redistributed. See license for details. */
3 /*
4 $NHDT-Date: 1432512811 2015/05/25 00:13:31 $ $NHDT-Branch: master $:$NHDT-Revision: 1.6 $
5 */
7 #ifndef MSWINSplashWindow_h
8 #define MSWINSplashWindow_h
10 #include "winMS.h"
11 #include "config.h"
12 #include "global.h"
14 void mswin_display_splash_window(BOOL);
16 #endif /* MSWINSplashWindow_h */