1 /* NetHack 3.7	mhaskyn.h	$NHDT-Date: 1596498347 2020/08/03 23:45:47 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.9 $ */
2 /* Copyright (C) 2001 by Alex Kompel 	 */
3 /* NetHack may be freely redistributed.  See license for details. */
4 
5 #ifndef MSWINAskYesNO_h
6 #define MSWINAskYesNO_h
7 
8 #include "winMS.h"
9 
10 int mswin_yes_no_dialog(const char *question, const char *choices, int def);
11 
12 #endif /* MSWINAskYesNO_h */
13