Xonotic
secret.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef SVQC
4 // Total number of secrets on the map.
5 int secrets_total;
6 
7 // Total numbe of secrets found on the map.
8 int secrets_found;
9 #endif