ClanLib  2.3.7
List of all members
CL_SetupSound Class Reference

ClanSound initialization functions. More...

#include <setupsound.h>

Public Member Functions

Construction
 CL_SetupSound (bool register_resources_only=false)
 Initializes clanSound. More...
 
 ~CL_SetupSound ()
 

Static Public Member Functions

Operations
static void init (bool register_resources_only=false)
 Initialize the clanSound library. More...
 
static void deinit ()
 Deinitialize the clanSound library. More...
 

Detailed Description

ClanSound initialization functions.

Constructor & Destructor Documentation

CL_SetupSound::CL_SetupSound ( bool  register_resources_only = false)

Initializes clanSound.

Constructing a CL_SetupSound object is equalent to calling CL_SetupSound::init().

When the CL_SetupSound instance is destroyed, CL_SetupSound::deinit() is called.

CL_SetupSound::~CL_SetupSound ( )

Member Function Documentation

static void CL_SetupSound::deinit ( )
static

Deinitialize the clanSound library.

static void CL_SetupSound::init ( bool  register_resources_only = false)
static

Initialize the clanSound library.


The documentation for this class was generated from the following file: