]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/include.qh
Merge branch 'TimePath/experiments/csqc_prediction' into Mario/qc_physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / include.qh
index 705dec7f17ed513e3ab1f51245ec02d0dca39ce2..1cd37db5b72323037d50156a4bc8afe83c64520a 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef TRIGGERS_INCLUDE_H
+#define TRIGGERS_INCLUDE_H
+
 // some required common stuff
 #ifdef CSQC
        #include "../../server/item_key.qh"
@@ -17,3 +20,5 @@
 
 // trigger
 #include "trigger/include.qh"
+
+#endif