NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / sys / wince / mhdlg.h
blobf9224b82896a3fbc0b2f2b4bd2204c7b54e04a6e
1 /* aNetHack 0.0.1 mhdlg.h $ANH-Date: 1432512802 2015/05/25 00:13:22 $ $ANH-Branch: master $:$ANH-Revision: 1.8 $ */
2 /* Copyright (C) 2001 by Alex Kompel */
3 /* aNetHack may be freely redistributed. See license for details. */
5 #ifndef MSWINDlgWindow_h
6 #define MSWINDlgWindow_h
8 #include "winMS.h"
9 #include "config.h"
10 #include "global.h"
12 int mswin_getlin_window(const char *question, char *result,
13 size_t result_size);
14 int mswin_ext_cmd_window(int *selection);
15 int mswin_player_selection_window(int *selection);
17 #endif /* MSWINDlgWindow_h */