|
FIFE
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | CHECK_OPENAL_LOG(logger, level, msg) |
| #define | CHECK_OPENAL_LOG_DETAIL(logger, level, msg) |
| #define | CHECK_OPENAL_EXCEPTION(msg) if (AL_NO_ERROR != alGetError()) { throw Exception(msg); } |
| #define CHECK_OPENAL_EXCEPTION | ( | msg | ) | if (AL_NO_ERROR != alGetError()) { throw Exception(msg); } |
Definition at line 66 of file fife_openal.h.
| #define CHECK_OPENAL_LOG | ( | logger, | |
| level, | |||
| msg | |||
| ) |
Definition at line 61 of file fife_openal.h.
Referenced by FIFE::SoundEmitter::attachSoundClip(), FIFE::SoundClip::beginStreaming(), FIFE::SoundEmitter::getCursor(), FIFE::SoundClip::getStream(), FIFE::SoundClip::load(), FIFE::SoundEmitter::setCursor(), FIFE::SoundEmitter::SoundEmitter(), and FIFE::SoundEmitter::updateEvent().
| #define CHECK_OPENAL_LOG_DETAIL | ( | logger, | |
| level, | |||
| msg | |||
| ) |
Definition at line 62 of file fife_openal.h.