]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/platforms.qh
Merge branch 'TimePath/experiments/csqc_prediction' into Mario/qc_physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / platforms.qh
index 84d9f7a91676742a8b11be269a697fc236c9320a..69ad2fae5fdccd1b49cd3de52462a7f089c30543 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef PLATFORMS_H
+#define PLATFORMS_H
+
 .float dmgtime2;
 
 void() plat_center_touch;
@@ -13,3 +16,5 @@ const float PLAT_LOW_TRIGGER = 1;
 #ifdef CSQC
 void ent_plat_trigger();
 #endif
+
+#endif