+/* $NetBSD: def.flag.h,v 1.4 1997/10/19 16:56:56 christos Exp $ */
+
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
- *
- * $NetBSD: def.flag.h,v 1.3 1995/03/23 08:29:22 cgd Exp $
*/
-
+#ifndef _DEF_FLAG_H_
+#define _DEF_FLAG_H_
struct flag {
unsigned ident; /* social security number for each monster */
unsigned debug:1; /* in debugging mode */
extern struct flag flags;
+#endif /* _DEF_FLAG_H_ */