summaryrefslogtreecommitdiff
path: root/src/heretic/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/info.h')
-rw-r--r--src/heretic/info.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/heretic/info.h b/src/heretic/info.h
index 16b6aedc..236826cb 100644
--- a/src/heretic/info.h
+++ b/src/heretic/info.h
@@ -21,7 +21,9 @@
// 02111-1307, USA.
//
//-----------------------------------------------------------------------------
-// generated by multigen
+
+#ifndef HERETIC_INFO_H
+#define HERETIC_INFO_H
typedef enum
{
@@ -1579,3 +1581,6 @@ typedef struct
} mobjinfo_t;
extern mobjinfo_t mobjinfo[NUMMOBJTYPES];
+
+#endif /* #ifndef HERETIC_INFO_H */
+