OSDN Git Service

import nethack-3.6.0
[jnethack/source.git] / win / win32 / mhstatus.h
1 /* NetHack 3.6  mhstatus.h      $NHDT-Date: 1432512812 2015/05/25 00:13:32 $  $NHDT-Branch: master $:$NHDT-Revision: 1.10 $ */
2 /* Copyright (C) 2001 by Alex Kompel     */
3 /* NetHack may be freely redistributed.  See license for details. */
4
5 #ifndef MSWINStatusWindow_h
6 #define MSWINStatusWindow_h
7
8 #include "winMS.h"
9 #include "config.h"
10 #include "global.h"
11
12 HWND mswin_init_status_window(void);
13 void mswin_status_window_size(HWND hWnd, LPSIZE sz);
14
15 #endif /* MSWINStatusWindow_h */