]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/secret.qh
Merge branch 'TimePath/experiments/csqc_prediction' into Mario/qc_physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / secret.qh
index e289f57ecc37cdf025a7be9be93f8926a32be09f..c09da6b96563f883e8b5f7d0124b7ce6f48e953b 100644 (file)
@@ -1,4 +1,7 @@
+#ifndef SECRET_H
+#define SECRET_H
 #ifdef SVQC
+
 /**
  * Total number of secrets on the map.
  */
@@ -18,3 +21,4 @@ float secrets_found;
  */
 void secrets_setstatus();
 #endif
+#endif