Files
nethack/win/gnome/gnstatus.h
2015-02-27 21:25:00 -05:00

17 lines
530 B
C

/* NetHack 3.5 gnstatus.h $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
/* NetHack 3.5 gnstatus.h $Date: 2009/05/06 10:57:57 $ $Revision: 1.4 $ */
/* SCCS Id: @(#)gnstatus.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
#ifndef GnomeHackStatusWindow_h
#define GnomeHackStatusWindow_h
#include <gnome.h>
#include "config.h"
#include "global.h"
GtkWidget* ghack_init_status_window ();
#endif /* GnomeHackStatusWindow_h */