QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Initialization functions

Functions

void S_Init (int *viewentity, double *host_frametime)
 Initialize the sound engine. More...
 
void S_Init_Cvars (void)
 Initialize the Cvars for the sound engine. More...
 
void S_Shutdown (void)
 Shutdown the sound engine. More...
 

Detailed Description

Function Documentation

void S_Init ( int viewentity,
double *  host_frametime 
)

Initialize the sound engine.

Parameters
viewentitypointer to view entity index
host_frametimepointer to host frame time difference
void S_Init_Cvars ( void  )

Initialize the Cvars for the sound engine.

Call before calling S_Init().

void S_Shutdown ( void  )

Shutdown the sound engine.

Allows audio output modules to shutdown gracefully.