OSDN Git Service

Initial Import
[nethackexpress/trunk.git] / win / gnome / gnyesno.h
1 /*      SCCS Id: @(#)gnyesno.h  3.4     2000/07/16      */
2 /* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
3 /* NetHack may be freely redistributed.  See license for details. */
4
5 #ifndef GnomeHackYesNoDialog_h
6 #define GnomeHackYesNoDialog_h
7
8 int ghack_yes_no_dialog( const char* szQuestionStr, 
9         const char* szChoicesStr, int nDefault);
10
11
12 #endif