+/* $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
unsigned lit:1;
};
extern struct rm levl[COLNO][ROWNO];
+#endif /* _DEF_RM_H_ */