#include <setupsound.h>
Public Member Functions | |
Construction | |
| CL_SetupSound (bool register_resources_only=false) | |
| Initializes clanSound. | |
| ~CL_SetupSound () | |
Static Public Member Functions | |
Operations | |
| static void | init (bool register_resources_only=false) |
| Initialize the clanSound library. | |
| static void | deinit () |
| Deinitialize the clanSound library. | |
|
|
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. |
|
|
|
|
|
Deinitialize the clanSound library.
|
|
|
Initialize the clanSound library.
|
1.4.6