summaryrefslogtreecommitdiffstats
path: root/hack/def.rm.h
diff options
context:
space:
mode:
Diffstat (limited to 'hack/def.rm.h')
-rw-r--r--hack/def.rm.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/hack/def.rm.h b/hack/def.rm.h
index b4ffc81c..632a5956 100644
--- a/hack/def.rm.h
+++ b/hack/def.rm.h
@@ -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.
- *
- * $NetBSD: def.rm.h,v 1.3 1995/03/23 08:29:39 cgd 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_ */