NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / sys / wince / mhmain.h
bloba56cfcfe20ff5295afc0bbd7f4e6052b656e9793
1 /* aNetHack 0.0.1 mhmain.h $ANH-Date: 1432512799 2015/05/25 00:13:19 $ $ANH-Branch: master $:$ANH-Revision: 1.15 $ */
2 /* Copyright (C) 2001 by Alex Kompel */
3 /* aNetHack may be freely redistributed. See license for details. */
5 #ifndef MSWINMainWindow_h
6 #define MSWINMainWindow_h
8 /* this is a main appliation window */
10 #include "winMS.h"
12 extern TCHAR szMainWindowClass[];
13 HWND mswin_init_main_window();
14 void mswin_layout_main_window(HWND changed_child);
15 void mswin_select_map_mode(int map_mode);
17 #endif /* MSWINMainWindow_h */