Mercurial > audio-send
comparison OpenAL32/Include/alError.h @ 0:f9476ff7637e
initial forking of open-al to create multiple listeners
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 25 Oct 2011 13:02:31 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f9476ff7637e |
---|---|
1 #ifndef _AL_ERROR_H_ | |
2 #define _AL_ERROR_H_ | |
3 | |
4 #include "AL/al.h" | |
5 #include "AL/alc.h" | |
6 | |
7 #ifdef __cplusplus | |
8 extern "C" { | |
9 #endif | |
10 | |
11 ALvoid alSetError(ALCcontext *Context, ALenum errorCode); | |
12 | |
13 #ifdef __cplusplus | |
14 } | |
15 #endif | |
16 | |
17 #endif |