16 lines
421 B
C
16 lines
421 B
C
/* NetHack 3.5 gnworn.h $Date2009/05/06 10:58:06$ $Revision1.3$ */
|
|
/* SCCS Id: @(#)gnbind.c 3.5 2002/04/15 */
|
|
/* Copyright (C) 2002 by Dylan Alex Simon */
|
|
/* NetHack may be freely redistributed. See license for details. */
|
|
|
|
#ifndef GnomeHackWornWindow_h
|
|
#define GnomeHackWornWindow_h
|
|
|
|
#include <gnome.h>
|
|
#include "config.h"
|
|
#include "global.h"
|
|
|
|
GtkWidget* ghack_init_worn_window();
|
|
|
|
#endif /* GnomeHackWornWindow_h */
|