Files
nethack/win/win32/mhsplash.h
nethack.allison 27977b7c15 win32 stuff held until after bugfix release (from <Someone>)
-better handling of "more" prompt for messages that would have      scrolled off the window
-support perm_invent
-menu option to add/remove windows captions
2003-03-03 23:31:36 +00:00

15 lines
303 B
C

/* Copyright (C) 2002 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINSplashWindow_h
#define MSWINSplashWindow_h
#include "winMS.h"
#include "config.h"
#include "global.h"
void mswin_display_splash_window (BOOL);
#endif /* MSWINSplashWindow_h */