NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / sys / wince / mhrip.c
blob4732cf61a9bd6fc39da3d985c5244652813ff537
1 /* aNetHack 0.0.1 mhrip.c $ANH-Date: 1432512801 2015/05/25 00:13:21 $ $ANH-Branch: master $:$ANH-Revision: 1.9 $ */
2 /* Copyright (C) 2001 by Alex Kompel */
3 /* aNetHack may be freely redistributed. See license for details. */
5 #include "winMS.h"
6 #include "mhrip.h"
7 #include "mhtext.h"
9 HWND
10 mswin_init_RIP_window()
12 return mswin_init_text_window();
15 void
16 mswin_display_RIP_window(HWND hWnd)
18 mswin_display_text_window(hWnd);