NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / win / win32 / mhaskyn.c
blob82a6e8badc44ae683b646bd2ffea9aae08a935ca
1 /* aNetHack 0.0.1 mhaskyn.c $ANH-Date: 1432512812 2015/05/25 00:13:32 $ $ANH-Branch: master $:$ANH-Revision: 1.10 $ */
2 /* Copyright (C) 2001 by Alex Kompel */
3 /* aNetHack may be freely redistributed. See license for details. */
5 #include <assert.h>
6 #include "winMS.h"
7 #include "mhaskyn.h"
9 int
10 mswin_yes_no_dialog(const char *question, const char *choices, int def)
12 UNREFERENCED_PARAMETER(question);
13 UNREFERENCED_PARAMETER(choices);
14 UNREFERENCED_PARAMETER(def);
15 return '\032';