OSDN Git Service

Initial Import
[nethackexpress/trunk.git] / win / win32 / mhtext.h
1 /* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
2 /* NetHack may be freely redistributed.  See license for details. */
3
4 #ifndef MSWINTextWindow_h
5 #define MSWINTextWindow_h
6
7 #include "winMS.h"
8 #include "config.h"
9 #include "global.h"
10
11 HWND mswin_init_text_window (void);
12 void mswin_display_text_window (HWND hwnd);
13
14 #endif /* MSWINTextWindow_h */