/* 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 */
