Mercurial > audio-send
annotate OpenAL32/Include/alError.h @ 1:c41d773a85fb
moved org files, ignored html files
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 25 Oct 2011 13:03:35 -0700 |
parents | f9476ff7637e |
children |
rev | line source |
---|---|
rlm@0 | 1 #ifndef _AL_ERROR_H_ |
rlm@0 | 2 #define _AL_ERROR_H_ |
rlm@0 | 3 |
rlm@0 | 4 #include "AL/al.h" |
rlm@0 | 5 #include "AL/alc.h" |
rlm@0 | 6 |
rlm@0 | 7 #ifdef __cplusplus |
rlm@0 | 8 extern "C" { |
rlm@0 | 9 #endif |
rlm@0 | 10 |
rlm@0 | 11 ALvoid alSetError(ALCcontext *Context, ALenum errorCode); |
rlm@0 | 12 |
rlm@0 | 13 #ifdef __cplusplus |
rlm@0 | 14 } |
rlm@0 | 15 #endif |
rlm@0 | 16 |
rlm@0 | 17 #endif |