FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
fife_openal.h File Reference
#include <AL/al.h>
#include <AL/alc.h>
#include <AL/alext.h>
#include <AL/efx-presets.h>
+ Include dependency graph for fife_openal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AL_ALEXT_PROTOTYPES
 
#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); }
 

Macro Definition Documentation

◆ AL_ALEXT_PROTOTYPES

#define AL_ALEXT_PROTOTYPES

Definition at line 25 of file fife_openal.h.

◆ CHECK_OPENAL_EXCEPTION

#define CHECK_OPENAL_EXCEPTION (   msg)    if (AL_NO_ERROR != alGetError()) { throw Exception(msg); }

Definition at line 54 of file fife_openal.h.

◆ CHECK_OPENAL_LOG

◆ CHECK_OPENAL_LOG_DETAIL

#define CHECK_OPENAL_LOG_DETAIL (   logger,
  level,
  msg 
)

Definition at line 50 of file fife_openal.h.