view OpenAL32/Include/alError.h @ 14:63312ec4a2bf

limit to 16bit mono for now.
author Robert McIntyre <rlm@mit.edu>
date Mon, 31 Oct 2011 08:01:08 -0700
parents f9476ff7637e
children
line wrap: on
line source
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
14 }
15 #endif
17 #endif