doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
snd_system.cpp File Reference
#include "../idlib/precompiled.h"
#include "snd_local.h"

Go to the source code of this file.

Functions

void SoundReloadSounds_f (const idCmdArgs &args)
 
void ListSounds_f (const idCmdArgs &args)
 
void ListSoundDecoders_f (const idCmdArgs &args)
 
void TestSound_f (const idCmdArgs &args)
 
void SoundSystemRestart_f (const idCmdArgs &args)
 

Variables

idSoundSystemLocal soundSystemLocal
 
idSoundSystemsoundSystem = &soundSystemLocal
 

Function Documentation

void ListSoundDecoders_f ( const idCmdArgs args)

Definition at line 176 of file snd_system.cpp.

void ListSounds_f ( const idCmdArgs args)

Definition at line 122 of file snd_system.cpp.

void SoundReloadSounds_f ( const idCmdArgs args)

Definition at line 101 of file snd_system.cpp.

void SoundSystemRestart_f ( const idCmdArgs args)

Definition at line 284 of file snd_system.cpp.

void TestSound_f ( const idCmdArgs args)

Definition at line 265 of file snd_system.cpp.

Variable Documentation

Definition at line 92 of file snd_system.cpp.

idSoundSystemLocal soundSystemLocal

Definition at line 91 of file snd_system.cpp.