]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/secret.qh
Merge branch 'master' into Mario/turrets
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / secret.qh
1 #ifndef SECRET_H
2 #define SECRET_H
3
4 /**
5  * Total number of secrets on the map.
6  */
7 float secrets_total;
8
9 /**
10  * Total numbe of secrets found on the map.
11  */
12 float secrets_found;
13
14
15 .float stat_secrets_total;
16 .float stat_secrets_found;
17
18 /**
19  * update secrets status.
20  */
21 void secrets_setstatus();
22 #endif