OSDN Git Service

Initial Import
[nethackexpress/trunk.git] / sys / wince / mhstatus.h
1 /* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
2 /* NetHack may be freely redistributed.  See license for details. */
3
4 #ifndef MSWINStatusWindow_h
5 #define MSWINStatusWindow_h
6
7 #include "winMS.h"
8 #include "config.h"
9 #include "global.h"
10
11 HWND mswin_init_status_window ();
12 void mswin_status_window_size (HWND hWnd, LPSIZE sz);
13
14 #endif /* MSWINStatusWindow_h */