Tizen 2.1 base
[framework/multimedia/openal-soft.git] / OpenAL32 / Include / alError.h
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