QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
snd_render.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  snd_render_data_s
 
struct  snd_render_funcs_s
 

Typedefs

typedef struct channel_s *(* P_S_AllocChannel )(void)
 
typedef void(* P_S_AmbientOff )(void)
 
typedef void(* P_S_AmbientOn )(void)
 
typedef void(* P_S_BlockSound )(void)
 
typedef void(* P_S_ChannelStop )(struct channel_s *chan)
 
typedef void(* P_S_ExtraUpdate )(void)
 
typedef void(* P_S_Init )(void)
 
typedef struct sfx_s *(* P_S_LoadSound )(const char *name)
 
typedef void(* P_S_LocalSound )(const char *s)
 
typedef struct sfx_s *(* P_S_PrecacheSound )(const char *sample)
 
typedef void(* P_S_Shutdown )(void)
 
typedef void(* P_S_StartSound )(int entnum, int entchannel, struct sfx_s *sfx, const vec3_t origin, float fvol, float attenuation)
 
typedef void(* P_S_StaticSound )(struct sfx_s *sfx, const vec3_t origin, float vol, float attenuation)
 
typedef void(* P_S_StopAllSounds )(void)
 
typedef void(* P_S_StopSound )(int entnum, int entchannel)
 
typedef void(* P_S_UnblockSound )(void)
 
typedef void(* P_S_Update )(const vec3_t origin, const vec3_t v_forward, const vec3_t v_right, const vec3_t v_up, const byte *ambient_sound_level)
 
typedef struct snd_render_data_s snd_render_data_t
 
typedef struct snd_render_funcs_s snd_render_funcs_t
 

Typedef Documentation

typedef struct channel_s*(* P_S_AllocChannel)(void)
typedef void(* P_S_AmbientOff)(void)
typedef void(* P_S_AmbientOn)(void)
typedef void(* P_S_BlockSound)(void)
typedef void(* P_S_ChannelStop)(struct channel_s *chan)
typedef void(* P_S_ExtraUpdate)(void)
typedef void(* P_S_Init)(void)
typedef struct sfx_s*(* P_S_LoadSound)(const char *name)
typedef void(* P_S_LocalSound)(const char *s)
typedef struct sfx_s*(* P_S_PrecacheSound)(const char *sample)
typedef void(* P_S_Shutdown)(void)
typedef void(* P_S_StartSound)(int entnum, int entchannel, struct sfx_s *sfx, const vec3_t origin, float fvol, float attenuation)
typedef void(* P_S_StaticSound)(struct sfx_s *sfx, const vec3_t origin, float vol, float attenuation)
typedef void(* P_S_StopAllSounds)(void)
typedef void(* P_S_StopSound)(int entnum, int entchannel)
typedef void(* P_S_UnblockSound)(void)
typedef void(* P_S_Update)(const vec3_t origin, const vec3_t v_forward, const vec3_t v_right, const vec3_t v_up, const byte *ambient_sound_level)