This is coord.h in view mode; [Download] [Up]
/* SCCS Id: @(#)coord.h 3.0 88/04/25
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
#ifndef COORD_H
#define COORD_H
typedef struct {
xchar x,y;
} coord;
#endif /* COORD_H /* */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.