*** empty log message ***

This commit is contained in:
jwalz
2002-01-05 21:06:01 +00:00
parent 7e0b846585
commit a0d0e98c26

12
win/gnome/gnyesno.h Normal file
View File

@@ -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