alError.h 218 B

123456789101112131415161718
  1. #ifndef _AL_ERROR_H_
  2. #define _AL_ERROR_H_
  3. #include "AL/al.h"
  4. #include "AL/alc.h"
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. ALvoid alSetError(ALCcontext *Context, ALenum errorCode);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif