Files
nethack/include/winGnome.h
nethack.allison 06528d1002 3.3.2 to 3.4.0
2002-02-04 16:06:00 +00:00

16 lines
372 B
C

/* SCCS Id: @(#)winGnome.h 3.4. 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* Copyright (C) 1998 by Anthony Taylor <tonyt@ptialaska.net> */
/* NetHack may be freely redistributed. See license for details. */
#ifndef WINGNOME_H
#define WINGNOME_H
#define E extern
E struct window_procs Gnome_procs;
#undef E
#endif /* WINGNOME_H */