]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_comp.h
DP code cleanup, stage one - all headers that can be protected by ifdef
[xonotic/darkplaces.git] / pr_comp.h
index 614881ac3d10b052e4bfb1a42b00a0cba36fd91b..879999970d1fceb5004919cbed28a4276ebc0caf 100644 (file)
--- a/pr_comp.h
+++ b/pr_comp.h
@@ -20,6 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 // this file is shared by quake and qcc
 
+#ifndef PR_COMP_H
+#define PR_COMP_H
+
 typedef int    func_t;
 typedef int    string_t;
 
@@ -178,3 +181,5 @@ typedef struct
        int             entityfields;
 } dprograms_t;
 
+#endif
+