]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/mapobjects/trigger/secret.qh
Merge branch 'master' into terencehill/glowmod_color_fix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / trigger / secret.qh
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