NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / win / win32 / mhaskyn.h
blob54572128ba52120fc916bbec0f1a72120e8b0c36
1 /* aNetHack 0.0.1 mhaskyn.h $ANH-Date: 1432512811 2015/05/25 00:13:31 $ $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 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 */