Home | History | Annotate | Download | only in WinQuake

Lines Matching full:void

29 void S_Init (void)

33 void S_AmbientOff (void)
37 void S_AmbientOn (void)
41 void S_Shutdown (void)
45 void S_TouchSound (char *sample)
49 void S_ClearBuffer (void)
53 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation)
57 void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation)
61 void S_StopSound (int entnum, int entchannel)
70 void S_ClearPrecache (void)
74 void S_Update (vec3_t origin, vec3_t v_forward, vec3_t v_right, vec3_t v_up)
78 void S_StopAllSounds (qboolean clear)
82 void S_BeginPrecaching (void)
86 void S_EndPrecaching (void)
90 void S_ExtraUpdate (void)
94 void S_LocalSound (char *s)