annotate OpenAL32/Include/alState.h @ 31:0e794e48a0cc

updated clojure hearing code to work with blender
author Robert McIntyre <rlm@mit.edu>
date Fri, 03 Feb 2012 06:40:59 -0700
parents f9476ff7637e
children
rev   line source
rlm@0 1 #ifndef _AL_STATE_H_
rlm@0 2 #define _AL_STATE_H_
rlm@0 3
rlm@0 4 #include "AL/al.h"
rlm@0 5
rlm@0 6 #ifdef __cplusplus
rlm@0 7 extern "C" {
rlm@0 8 #endif
rlm@0 9
rlm@0 10 #ifdef __cplusplus
rlm@0 11 }
rlm@0 12 #endif
rlm@0 13
rlm@0 14 #endif