]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/def.rm.h
Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros for host programs -
[bsdgames-darwin.git] / hack / def.rm.h
index f9b6b4becbfde24145bbbde5f6d1f94ce90373ef..632a59565dbd90b7026d590f526d0a1f07567f3b 100644 (file)
@@ -1,9 +1,10 @@
+/*     $NetBSD: def.rm.h,v 1.4 1997/10/19 16:57:21 christos Exp $      */
+
 /*
  * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
- *
- *     $Id: def.rm.h,v 1.2 1993/08/02 17:16:53 mycroft Exp $
  */
-
+#ifndef _DEF_RM_H_
+#define _DEF_RM_H_
 /* Level location types */
 #define        HWALL 1
 #define        VWALL 2
@@ -53,3 +54,4 @@ struct rm {
        unsigned lit:1;
 };
 extern struct rm levl[COLNO][ROWNO];
+#endif /* _DEF_RM_H_ */