summaryrefslogtreecommitdiff
path: root/src/hexen/st_start.h
diff options
context:
space:
mode:
authorSimon Howard2011-10-29 22:58:13 +0000
committerSimon Howard2011-10-29 22:58:13 +0000
commit4bf764a5b8952856b1ca04f1282121e8054938de (patch)
tree1a5992de07f5b5377854dd3a0aab42ff7c81db10 /src/hexen/st_start.h
parentcfbdd3d79d1e3cc48165536cb7b4166b94f77e9b (diff)
downloadchocolate-doom-4bf764a5b8952856b1ca04f1282121e8054938de.tar.gz
chocolate-doom-4bf764a5b8952856b1ca04f1282121e8054938de.tar.bz2
chocolate-doom-4bf764a5b8952856b1ca04f1282121e8054938de.zip
Enable gcc warning to detect redundant declarations, and clean up
instances of this within the code (thanks Edward-san). Subversion-branch: /branches/v2-branch Subversion-revision: 2468
Diffstat (limited to 'src/hexen/st_start.h')
-rw-r--r--src/hexen/st_start.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hexen/st_start.h b/src/hexen/st_start.h
index 53cd85c9..be938b74 100644
--- a/src/hexen/st_start.h
+++ b/src/hexen/st_start.h
@@ -22,6 +22,8 @@
//
//-----------------------------------------------------------------------------
+#ifndef STSTART_H
+#define STSTART_H
// HEADER FILES ------------------------------------------------------------
@@ -42,3 +44,4 @@ extern void ST_NetDone(void);
extern int graphical_startup;
+#endif