doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Variables
sound.h File Reference

Go to the source code of this file.

Classes

struct  soundShaderParms_t
 
class  idSoundShader
 
class  idSoundEmitter
 
class  idSoundWorld
 
struct  soundDecoderInfo_t
 
class  idSoundSystem
 

Typedefs

typedef int s_channelType
 

Variables

const float DOOM_TO_METERS = 0.0254f
 
const float METERS_TO_DOOM = (1.0f/DOOM_TO_METERS)
 
const int SOUND_MAX_LIST_WAVS = 32
 
const int SOUND_MAX_CLASSES = 4
 
idSoundSystemsoundSystem
 

Typedef Documentation

typedef int s_channelType

Definition at line 147 of file sound.h.

Variable Documentation

const float DOOM_TO_METERS = 0.0254f

Definition at line 42 of file sound.h.

const float METERS_TO_DOOM = (1.0f/DOOM_TO_METERS)

Definition at line 43 of file sound.h.

const int SOUND_MAX_CLASSES = 4

Definition at line 74 of file sound.h.

const int SOUND_MAX_LIST_WAVS = 32

Definition at line 70 of file sound.h.

idSoundSystem* soundSystem

Definition at line 92 of file snd_system.cpp.