Free Electron
Classes | Namespaces | Macros
AudioAL.h File Reference

Go to the source code of this file.

Classes

class  fe::ext::AudioAL
 Audio handling using OpenAL. More...
 

Namespaces

 fe
 kernel
 

Macros

#define FE_RETURN_AL_ERROR(text)
 

Macro Definition Documentation

◆ FE_RETURN_AL_ERROR

#define FE_RETURN_AL_ERROR (   text)
Value:
{ Result al_result=checkError(text); \
if(failure(al_result)) return al_result; }
BWORD failure(Result result)
Returns TRUE if the result value indicates a failure.
Definition: Result.h:72
Result
Generalized return value indicating success or failure, and why.
Definition: Result.h:24