]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/secret.qh
Don't even try to translate keys if game isn't translated
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / secret.qh
index c09da6b96563f883e8b5f7d0124b7ce6f48e953b..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;
-.float stat_secrets_found;
-
 /**
  * update secrets status.
  */
-void secrets_setstatus();
-#endif
+void secrets_setstatus(entity this);
 #endif