#include <s_main.h>
Data Fields | |
char * | name |
int | lastPlayed |
Mix_Chunk * | chunk |
struct s_sample_s * | hashNext |
Definition at line 45 of file s_main.h.
Mix_Chunk* s_sample_s::chunk |
Definition at line 49 of file s_main.h.
Referenced by S_FreeSamples(), S_LoadSample(), S_LoopSample(), and S_PlaySample().
struct s_sample_s* s_sample_s::hashNext |
next hash entry
Definition at line 50 of file s_main.h.
Referenced by S_FindName(), S_FreeSamples(), and S_LoadSample().
used to determine whether this sample should be send to the mixer or skipped if played too fast after each other
Definition at line 47 of file s_main.h.
Referenced by S_LoopSample(), and S_PlaySample().
char* s_sample_s::name |
Definition at line 46 of file s_main.h.
Referenced by S_FindName(), S_FreeSamples(), S_LoadSample(), and S_PlaySample().