19 lines
399 B
C
19 lines
399 B
C
/* Copyright (C) 2002 by Alex Kompel */
|
|
/* NetHack may be freely redistributed. See license for details. */
|
|
/*
|
|
$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
|
$Date: 2003/03/03 23:31:36 $ $Revision: 1.3 $
|
|
*/
|
|
|
|
#ifndef MSWINSplashWindow_h
|
|
#define MSWINSplashWindow_h
|
|
|
|
#include "winMS.h"
|
|
#include "config.h"
|
|
#include "global.h"
|
|
|
|
void mswin_display_splash_window (BOOL);
|
|
|
|
#endif /* MSWINSplashWindow_h */
|
|
|