NHDT->ANH, in most cases
[aNetHack.git] / sys / wince / mhstatus.h
blob80dfb89cabc890a3a2bbc0553602cc91342a2438
1 /* NetHack 3.6 mhstatus.h $NHDT-Date: 1432512800 2015/05/25 00:13:20 $ $NHDT-Branch: master $:$NHDT-Revision: 1.10 $ */
2 /* Copyright (C) 2001 by Alex Kompel */
3 /* NetHack may be freely redistributed. See license for details. */
5 #ifndef MSWINStatusWindow_h
6 #define MSWINStatusWindow_h
8 #include "winMS.h"
9 #include "config.h"
10 #include "global.h"
12 HWND mswin_init_status_window();
13 void mswin_status_window_size(HWND hWnd, LPSIZE sz);
15 #endif /* MSWINStatusWindow_h */