home *** CD-ROM | disk | FTP | other *** search
- /* SCCS Id: @(#)lev.h 3.1 90/22/02 */
- /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
- /* NetHack may be freely redistributed. See license for details. */
-
- /* Common include file for save and restore routines */
-
- #ifndef LEV_H
- #define LEV_H
-
- #define COUNT_SAVE 0x1
- #define WRITE_SAVE 0x2
- #define FREE_SAVE 0x4
-
- #endif /* LEV_H */
-