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

19 lines
465 B
C

/* NetHack 3.5 gnworn.h 2009/05/06 10:58:06 1.3 */
/*
* $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
* $Date: 2012/01/10 17:47:38 $ $Revision: 1.4 $
*/
/* 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 */