Mercurial > audio-send
diff 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 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/OpenAL32/Include/alError.h Tue Oct 25 13:02:31 2011 -0700 1.3 @@ -0,0 +1,17 @@ 1.4 +#ifndef _AL_ERROR_H_ 1.5 +#define _AL_ERROR_H_ 1.6 + 1.7 +#include "AL/al.h" 1.8 +#include "AL/alc.h" 1.9 + 1.10 +#ifdef __cplusplus 1.11 +extern "C" { 1.12 +#endif 1.13 + 1.14 +ALvoid alSetError(ALCcontext *Context, ALenum errorCode); 1.15 + 1.16 +#ifdef __cplusplus 1.17 +} 1.18 +#endif 1.19 + 1.20 +#endif