NHDT->ANH, in most cases
[aNetHack.git] / win / win32 / mhaskyn.h
blob700107a41aca13ba27e59de6ac6b9d30e42b058e
1 /* NetHack 3.6 mhaskyn.h $NHDT-Date: 1432512811 2015/05/25 00:13:31 $ $NHDT-Branch: master $:$NHDT-Revision: 1.8 $ */
2 /* Copyright (C) 2001 by Alex Kompel */
3 /* NetHack may be freely redistributed. See license for details. */
5 #ifndef MSWINAskYesNO_h
6 #define MSWINAskYesNO_h
8 #include "winMS.h"
10 int mswin_yes_no_dialog(const char *question, const char *choices, int def);
12 #endif /* MSWINAskYesNO_h */