]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/secret.qh
Merge branch 'master' into samual/menu_updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / secret.qh
index 2eadc42f47e5c8ce521c0a2ac1018fb5c01b2319..dd94b192195634c277aa16615de1da490a5b0ef6 100644 (file)
@@ -8,3 +8,12 @@ float secrets_total;
  */
 float secrets_found;
 
+
+.float stat_secrets_total;
+.float stat_secrets_found;
+
+/**
+ * update secrets status.
+ */
+void secrets_setstatus();
+