*** empty log message ***

This commit is contained in:
jwalz
2002-01-05 21:05:47 +00:00
parent 756e9cfdec
commit b85877fdd8

12
include/coord.h Normal file
View File

@@ -0,0 +1,12 @@
/* SCCS Id: @(#)coord.h 3.3 90/02/22 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
#ifndef COORD_H
#define COORD_H
typedef struct nhcoord {
xchar x,y;
} coord;
#endif /* COORD_H */