OSDN Git Service

import nethack-3.6.0
[jnethack/source.git] / win / win32 / mhsplash.h
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 */
6
7 #ifndef MSWINSplashWindow_h
8 #define MSWINSplashWindow_h
9
10 #include "winMS.h"
11 #include "config.h"
12 #include "global.h"
13
14 void mswin_display_splash_window(BOOL);
15
16 #endif /* MSWINSplashWindow_h */