winGnome.h

Go to the documentation of this file.
00001 /*      SCCS Id: @(#)winGnome.h 3.4.    2000/07/16      */
00002 /* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
00003 /* Copyright (C) 1998 by Anthony Taylor <tonyt@ptialaska.net> */
00004 /* NetHack may be freely redistributed.  See license for details. */
00005 
00006 #ifndef WINGNOME_H
00007 #define WINGNOME_H
00008 
00009 #define E extern
00010 
00011 E struct window_procs Gnome_procs;
00012 
00013 #undef E
00014 
00015 #define NHW_WORN        6
00016 extern winid WIN_WORN;
00017 
00018 #endif /* WINGNOME_H */