diff options
Diffstat (limited to 'OpenAL32/Include/alState.h')
-rw-r--r-- | OpenAL32/Include/alState.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/OpenAL32/Include/alState.h b/OpenAL32/Include/alState.h new file mode 100644 index 00000000..332176b0 --- /dev/null +++ b/OpenAL32/Include/alState.h @@ -0,0 +1,14 @@ +#ifndef _AL_STATE_H_ +#define _AL_STATE_H_ + +#include "AL/al.h" + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef __cplusplus +} +#endif + +#endif |