summaryrefslogtreecommitdiff
path: root/src/heretic/info.h
diff options
context:
space:
mode:
authorSimon Howard2010-02-07 03:02:01 +0000
committerSimon Howard2010-02-07 03:02:01 +0000
commitf04325260a5a95ca4c60c3b57762e48beedc381e (patch)
tree288b72fdc43f37056c1d98548c530df6636a3146 /src/heretic/info.h
parente22d6a0d26b08e2e7c69972fed1cb96f300ef523 (diff)
downloadchocolate-doom-f04325260a5a95ca4c60c3b57762e48beedc381e.tar.gz
chocolate-doom-f04325260a5a95ca4c60c3b57762e48beedc381e.tar.bz2
chocolate-doom-f04325260a5a95ca4c60c3b57762e48beedc381e.zip
Move sound structure and ammo definitions into headers. Add #ifndef
guards around info.h. Subversion-branch: /branches/raven-branch Subversion-revision: 1857
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 */
+