Candy
|
This class provide pointers to some OpenAL EFX functions that are used by HVR. More...
Static Public Member Functions | |
static bool | init () |
This function sets all function pointers, which are NULL until it has returned true. More... | |
static bool | checkForError (const std::string name, const std::string message) |
Checks if the OpenAL error flag is set and in that case prints the message (if set) as a runtime warning and returns true. More... | |
This class provide pointers to some OpenAL EFX functions that are used by HVR.
All functions are null until the init() function has been called with a true return value.
|
static |
Checks if the OpenAL error flag is set and in that case prints the message (if set) as a runtime warning and returns true.
Returns false if no error was detected.
|
static |
This function sets all function pointers, which are NULL until it has returned true.