]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/secret.qh
Merge branch 'master' into martin-t/dmgtext
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / secret.qh
index dace6045fb0c6a5dd40234adbabafd870cc32b52..fcc55c39597071e35f1929f5653b21e5650ca53a 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef SECRET_H
-#define SECRET_H
+#pragma once
 #ifdef SVQC
 
 /**
@@ -13,12 +12,8 @@ float secrets_total;
 float secrets_found;
 
 
-.float stat_secrets_total = _STAT(SECRETS_TOTAL);
-.float stat_secrets_found = _STAT(SECRETS_FOUND);
-
 /**
  * update secrets status.
  */
-void secrets_setstatus();
-#endif
+void secrets_setstatus(entity this);
 #endif