#include <snd_loc.h>
Public Attributes | |
char | name [MAX_QPATH] |
int | registration_sequence |
sfxcache_t * | cache |
char * | truename |
sfxcache_t* sfx_s::cache |
Definition at line 43 of file snd_loc.h.
Referenced by ResampleSfx(), S_AddLoopSounds(), S_EndRegistration(), S_Shutdown(), and S_SoundList().
char sfx_s::name[MAX_QPATH] |
Definition at line 41 of file snd_loc.h.
Referenced by S_AliasName(), S_EndRegistration(), S_FindName(), S_Shutdown(), S_SoundList(), S_StartSound(), and S_Update().
int sfx_s::registration_sequence |
Definition at line 42 of file snd_loc.h.
Referenced by S_AliasName(), S_EndRegistration(), S_FindName(), S_RegisterSound(), and S_SoundList().
char* sfx_s::truename |
Definition at line 44 of file snd_loc.h.
Referenced by S_AliasName().