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

Data Structures

struct  cd_data_s
 
struct  cd_funcs_s
 

Typedefs

typedef struct cd_data_s cd_data_t
 
typedef struct cd_funcs_s cd_funcs_t
 
typedef void(* P_CDAudio_CD_f )(void)
 
typedef void(* P_CDAudio_Init )(void)
 
typedef void(* P_CDAudio_Pause )(void)
 
typedef void(* P_CDAudio_Play )(int, qboolean)
 
typedef void(* P_CDAudio_Resume )(void)
 
typedef void(* P_CDAudio_Shutdown )(void)
 
typedef void(* P_CDAudio_Update )(void)
 

Typedef Documentation

typedef struct cd_data_s cd_data_t
typedef struct cd_funcs_s cd_funcs_t
typedef void(* P_CDAudio_CD_f)(void)
typedef void(* P_CDAudio_Init)(void)
typedef void(* P_CDAudio_Pause)(void)
typedef void(* P_CDAudio_Play)(int, qboolean)
typedef void(* P_CDAudio_Resume)(void)
typedef void(* P_CDAudio_Shutdown)(void)
typedef void(* P_CDAudio_Update)(void)