|
Engine²
Open-source game engine written in C++.
|
Functions | |
| void | InitSounds (Engine::Core &core) |
| Initialize the sound plugin. | |
| void | ReportAudioErrors (Engine::Core &core) |
| Report any audio errors that occurred during callbacks. | |
| void Sound::System::InitSounds | ( | Engine::Core & | core | ) |
Initialize the sound plugin.
| core | A reference to the core engine, used for the contact listener. |
| void Sound::System::ReportAudioErrors | ( | Engine::Core & | core | ) |
Report any audio errors that occurred during callbacks.
| core | A reference to the core engine. |