NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / include / coord.h
blob689a744a090cda64bdd0b37a74b5a880ecbbacdb
1 /* aNetHack 0.0.1 coord.h $ANH-Date: 1432512778 2015/05/25 00:12:58 $ $ANH-Branch: master $:$ANH-Revision: 1.9 $ */
2 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
3 /* aNetHack may be freely redistributed. See license for details. */
5 #ifndef COORD_H
6 #define COORD_H
8 typedef struct nhcoord {
9 xchar x, y;
10 } coord;
12 #endif /* COORD_H */