FIFE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fife_openal.h File Reference
+ 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); }
 

Macro Definition Documentation

#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_DETAIL (   logger,
  level,
  msg 
)

Definition at line 62 of file fife_openal.h.