*** empty log message ***
This commit is contained in:
13
include/rect.h
Normal file
13
include/rect.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* SCCS Id: @(#)rect.h 3.3 90/02/22 */
|
||||
/* Copyright (c) 1990 by Jean-Christophe Collet */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
#ifndef RECT_H
|
||||
#define RECT_H
|
||||
|
||||
typedef struct nhrect {
|
||||
xchar lx, ly;
|
||||
xchar hx, hy;
|
||||
} NhRect;
|
||||
|
||||
#endif /* RECT_H */
|
||||
Reference in New Issue
Block a user