NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / sys / wince / mhaskyn.h
blobdd1798a3f76517c26cc468859341b4d3b925c567
1 /* aNetHack 0.0.1 mhaskyn.h $ANH-Date: 1432512800 2015/05/25 00:13:20 $ $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 */