Constify some variables
[openal-soft.git] / OpenAL32 / Include / alError.h
blob7976e50f9af33bda363a934ab851bbd5ba9a56b7
1 #ifndef _AL_ERROR_H_
2 #define _AL_ERROR_H_
4 #include "AL/al.h"
5 #include "AL/alc.h"
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
11 ALvoid alSetError(ALCcontext *Context, ALenum errorCode);
13 #ifdef __cplusplus
15 #endif
17 #endif