-better handling of "more" prompt for messages that would have scrolled off the window -support perm_invent -menu option to add/remove windows captions
15 lines
303 B
C
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 */
|
|
|