NHDT->ANH, in most cases
[aNetHack.git] / sys / wince / mhmsgwnd.h
blob51a04142db412153babba3872c3063b86b0aed09
1 /* NetHack 3.6 mhmsgwnd.h $NHDT-Date: 1432512798 2015/05/25 00:13:18 $ $NHDT-Branch: master $:$NHDT-Revision: 1.9 $ */
2 /* Copyright (C) 2001 by Alex Kompel */
3 /* NetHack 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();
13 void mswin_message_window_size(HWND hWnd, LPSIZE sz);
15 #endif /* MSWINMessageWindow_h */