OSDN Git Service

Initial Import
[nethackexpress/trunk.git] / sys / wince / mhrip.c
1 /* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
2 /* NetHack may be freely redistributed.  See license for details. */
3
4 #include "winMS.h"
5 #include "mhrip.h"
6 #include "mhtext.h"
7
8 HWND mswin_init_RIP_window () 
9 {
10         return mswin_init_text_window();
11 }
12
13 void mswin_display_RIP_window (HWND hWnd)
14 {
15         mswin_display_text_window(hWnd);
16 }
17