1 /* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
2 /* NetHack may be freely redistributed.  See license for details. */
3 
4 #ifndef MSWINRIPWindow_h
5 #define MSWINRIPWindow_h
6 
7 #include "winMS.h"
8 #include "config.h"
9 #include "global.h"
10 
11 void mswin_finish_rip_text(winid wid);
12 HWND mswin_init_RIP_window (void);
13 void mswin_display_RIP_window (HWND hwnd);
14 
15 #endif /* MSWINRIPWindow_h */
16