From: jwalz Date: Sat, 5 Jan 2002 21:06:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: MOVE2GIT~3589 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a87456756a7ed4dcdf900a8f7f945e7fabea6d10;p=nethack *** empty log message *** --- diff --git a/win/gnome/gnstatus.h b/win/gnome/gnstatus.h new file mode 100644 index 000000000..32756579b --- /dev/null +++ b/win/gnome/gnstatus.h @@ -0,0 +1,14 @@ +/* SCCS Id: @(#)gnstatus.h 3.3 2000/07/16 */ +/* Copyright (C) 1998 by Erik Andersen */ +/* NetHack may be freely redistributed. See license for details. */ + +#ifndef GnomeHackStatusWindow_h +#define GnomeHackStatusWindow_h + +#include +#include "config.h" +#include "global.h" + +GtkWidget* ghack_init_status_window (); + +#endif /* GnomeHackStatusWindow_h */