]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/swamp.qh
Merge branch 'TimePath/experiments/csqc_prediction' into Mario/qc_physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / swamp.qh
index c58ac5f624b0a4bf09b82f4dec2741377e2183d5..86b14315b06fb69fa9a4e187bda33a05735e06a6 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef TRIGGER_SWAMP_H
+#define TRIGGER_SWAMP_H
+
 .float swamp_interval; //Hurt players in swamp with this interval
 .float swamp_slowdown; //Players in swamp get slowd down by this mutch 0-1 is slowdown 1-~ is speedup (!?)
 .entity swampslug;
@@ -8,3 +11,5 @@
 #ifdef CSQC
 void ent_swamp();
 #endif
+
+#endif