]> granicus.if.org Git - nethack/commitdiff
*** empty log message ***
authorjwalz <jwalz>
Sat, 5 Jan 2002 21:06:01 +0000 (21:06 +0000)
committerjwalz <jwalz>
Sat, 5 Jan 2002 21:06:01 +0000 (21:06 +0000)
win/gnome/gnyesno.h [new file with mode: 0644]

diff --git a/win/gnome/gnyesno.h b/win/gnome/gnyesno.h
new file mode 100644 (file)
index 0000000..8450f18
--- /dev/null
@@ -0,0 +1,12 @@
+/*     SCCS Id: @(#)gnyesno.h  3.3     2000/07/16      */
+/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
+/* NetHack may be freely redistributed.  See license for details. */
+
+#ifndef GnomeHackYesNoDialog_h
+#define GnomeHackYesNoDialog_h
+
+int ghack_yes_no_dialog( const char* szQuestionStr, 
+       const char* szChoicesStr, int nDefault);
+
+
+#endif