ftp.nice.ch/pub/next/games/strategic/NetHack.s.tar.gz#/NetHackSource/include/lev.h

This is lev.h in view mode; [Download] [Up]

/*	SCCS Id: @(#)lev.h	3.0	88/08/05
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed.  See license for details. */

/*	Common include file for save.c and restore.c */

#ifndef LEV_H
#define LEV_H

#ifndef OLD_TOS
# ifdef MACOS
#define OMASK	0x8000	/* O_BINARY */
# else
#define OMASK	0
# endif
#else
#define msmsg	cprintf
#define OMASK	0x8000
#endif

#endif /* LEV_H /**/

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.