NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / win / win32 / mhstatus.h
blob703ba5b9caa70318e28d1de74a2318fd1de4c975
1 /* aNetHack 0.0.1 mhstatus.h $ANH-Date: 1432512812 2015/05/25 00:13:32 $ $ANH-Branch: master $:$ANH-Revision: 1.10 $ */
2 /* Copyright (C) 2001 by Alex Kompel */
3 /* aNetHack 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(void);
13 void mswin_status_window_size(HWND hWnd, LPSIZE sz);
15 #endif /* MSWINStatusWindow_h */