diff --git a/win/gnome/gnyesno.h b/win/gnome/gnyesno.h new file mode 100644 index 000000000..8450f1817 --- /dev/null +++ b/win/gnome/gnyesno.h @@ -0,0 +1,12 @@ +/* SCCS Id: @(#)gnyesno.h 3.3 2000/07/16 */ +/* Copyright (C) 1998 by Erik Andersen */ +/* 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