OSDN Git Service

Initial Import
[nethackexpress/trunk.git] / sys / wince / mhmain.h
1 /* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
2 /* NetHack may be freely redistributed.  See license for details. */
3
4 #ifndef MSWINMainWindow_h
5 #define MSWINMainWindow_h
6
7 /* this is a main appliation window */
8
9 #include "winMS.h"
10
11 extern TCHAR szMainWindowClass[];
12 HWND mswin_init_main_window ();
13 void mswin_layout_main_window(HWND changed_child);
14 void mswin_select_map_mode(int map_mode);
15
16 #endif /* MSWINMainWindow_h */
17