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

13 lines
282 B
C

/* SCCS Id: @(#)coord.h 3.4 1990/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 */