File: gnworn.h

package info (click to toggle)
glhack 1.2-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 24,604 kB
  • ctags: 18,992
  • sloc: ansic: 208,570; cpp: 13,139; yacc: 2,005; makefile: 1,161; lex: 377; sh: 321; awk: 89; sed: 11
file content (14 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*	SCCS Id: @(#)gnbind.c	3.4	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 */