Source:NetHack 3.0.0/lev.h

From NetHackWiki
(Redirected from NetHack 3.0.0/lev.h)
Jump to navigation Jump to search

Below is the full text to lev.h from the source code of NetHack 3.0.0. To link to a particular line, write [[NetHack 3.0.0/lev.h#line123]], for example.

Warning! This is the source code from an old release. For the latest release, see Source code

The NetHack General Public License applies to screenshots, source code and other content from NetHack.

This content was modified from the original NetHack source code distribution (by splitting up NetHack content between wiki pages, and possibly further editing). See the page history for a list of who changed it, and on what dates.

1.    /*	SCCS Id: @(#)lev.h	3.0	88/08/05
2.    /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
3.    /* NetHack may be freely redistributed.  See license for details. */
4.    
5.    /*	Common include file for save.c and restore.c */
6.    
7.    #ifndef LEV_H
8.    #define LEV_H
9.    
10.   #ifndef TOS
11.   #define OMASK	0
12.   #else
13.   #define msmsg	cprintf
14.   #define OMASK	0x8000
15.   #endif
16.   
17.   #endif /* LEV_H /**/