OSDN Git Service

Initial Import
[nethackexpress/trunk.git] / win / win32 / mhaskyn.c
1 /* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
2 /* NetHack may be freely redistributed.  See license for details. */
3
4 #include <assert.h>
5 #include "winMS.h"
6 #include "mhaskyn.h"
7
8 int mswin_yes_no_dialog( const char *question, const char *choices, int def)
9 {
10         return '\032';
11 }