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

Data Structures

struct  snd_output_data_s
 
struct  snd_output_funcs_s
 

Typedefs

typedef void(* P_S_O_BlockSound )(void)
 
typedef int(* P_S_O_GetDMAPos )(void)
 
typedef volatile struct dma_s *(* P_S_O_Init )(void)
 
typedef void(* P_S_O_Shutdown )(void)
 
typedef void(* P_S_O_Submit )(void)
 
typedef void(* P_S_O_UnblockSound )(void)
 
typedef struct snd_output_data_s snd_output_data_t
 
typedef struct snd_output_funcs_s snd_output_funcs_t
 

Typedef Documentation

typedef void(* P_S_O_BlockSound)(void)
typedef int(* P_S_O_GetDMAPos)(void)
typedef volatile struct dma_s*(* P_S_O_Init)(void)
typedef void(* P_S_O_Shutdown)(void)
typedef void(* P_S_O_Submit)(void)
typedef void(* P_S_O_UnblockSound)(void)