#pragma once #ifdef SVQC /** * Total number of secrets on the map. */ float secrets_total; /** * Total numbe of secrets found on the map. */ float secrets_found; /** * update secrets status. */ void secrets_setstatus(entity this); #endif