00001 /* SCCS Id: @(#)coord.h 3.4 1990/02/22 */ 00002 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ 00003 /* NetHack may be freely redistributed. See license for details. */ 00004 00005 #ifndef COORD_H 00006 #define COORD_H 00007 00008 typedef struct nhcoord { 00009 xchar x,y; 00010 } coord; 00011 00012 #endif /* COORD_H */