NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / win / win32 / mhmsgwnd.h
blob6a242a6fb2a91c0202d5d187504e82c646f84c4d
1 /* aNetHack 0.0.1 mhmsgwnd.h $ANH-Date: 1432512810 2015/05/25 00:13:30 $ $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 #ifndef MSWINMessageWindow_h
6 #define MSWINMessageWindow_h
8 #include "winMS.h"
9 #include "config.h"
10 #include "global.h"
12 HWND mswin_init_message_window(void);
13 void mswin_message_window_size(HWND hWnd, LPSIZE sz);
15 #endif /* MSWINMessageWindow_h */