NHDT->ANH, in most cases
[aNetHack.git] / win / win32 / mhdlg.h
blob60f3929013e3f298ae2a2cf47f54c21e261ac709
1 /* NetHack 3.6 mhdlg.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. */
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 */