NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / win / win32 / mhtext.h
blob8bc8699d41e7505e02a690e6399965c36733ce85
1 /* aNetHack 0.0.1 mhtext.h $ANH-Date: 1432512811 2015/05/25 00:13:31 $ $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 MSWINTextWindow_h
6 #define MSWINTextWindow_h
8 #include "winMS.h"
9 #include "config.h"
10 #include "global.h"
12 HWND mswin_init_text_window(void);
13 void mswin_display_text_window(HWND hwnd);
15 #endif /* MSWINTextWindow_h */