rect.h

Go to the documentation of this file.
00001 /*      SCCS Id: @(#)rect.h     3.4     1990/02/22      */
00002 /* Copyright (c) 1990 by Jean-Christophe Collet                   */
00003 /* NetHack may be freely redistributed.  See license for details. */
00004 
00005 #ifndef RECT_H
00006 #define RECT_H
00007 
00008 typedef struct nhrect {
00009         xchar lx, ly;
00010         xchar hx, hy;
00011 } NhRect;
00012 
00013 #endif /* RECT_H */