summaryrefslogtreecommitdiffstats
path: root/hack/def.permonst.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-10-19 16:56:41 +0000
committerchristos <christos@NetBSD.org>1997-10-19 16:56:41 +0000
commit84e7d0704483ce39bbdeacd5e676168db6fa664f (patch)
treef9ffeffa1a4342e749494bc3f5618552435839af /hack/def.permonst.h
parentf73f1009084e75624e3bc00fef9cf4749de80dcc (diff)
downloadbsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.tar.gz
bsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.tar.zst
bsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.zip
WARNsify...
Diffstat (limited to 'hack/def.permonst.h')
-rw-r--r--hack/def.permonst.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/hack/def.permonst.h b/hack/def.permonst.h
index d3c75f47..55ec4fb3 100644
--- a/hack/def.permonst.h
+++ b/hack/def.permonst.h
@@ -1,9 +1,11 @@
+/* $NetBSD: def.permonst.h,v 1.4 1997/10/19 16:57:19 christos Exp $ */
+
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $NetBSD: def.permonst.h,v 1.3 1995/03/23 08:29:37 cgd Exp $
*/
-
+#ifndef _DEF_PERMONST_H_
+#define _DEF_PERMONST_H_
struct permonst {
char *mname,mlet;
schar mlevel,mmove,ac,damn,damd;
@@ -26,3 +28,5 @@ extern struct permonst mons[];
#define PM_EEL &pm_eel
#define PM_WIZARD &pm_wizard
#define CMNUM 55 /* number of common monsters */
+
+#endif /* _DEF_PERMONST_H_ */