OSDN Git Service

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