diff options
author | Chris Robinson <[email protected]> | 2007-12-31 01:09:57 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-31 01:09:57 -0800 |
commit | e82c27ab0402fae11811a34b5b44ba4462f35f4e (patch) | |
tree | 43da7e1f319944974e3563c820595cfb8d7c9bec /OpenAL32/alBuffer.c | |
parent | f32098e04d7533782e66f8a06641703383b627b3 (diff) |
Fix includes so alMain.h doesn't include so much by itself
Diffstat (limited to 'OpenAL32/alBuffer.c')
-rw-r--r-- | OpenAL32/alBuffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/alBuffer.c b/OpenAL32/alBuffer.c index 33db7cfb..13b98b21 100644 --- a/OpenAL32/alBuffer.c +++ b/OpenAL32/alBuffer.c @@ -27,6 +27,7 @@ #include "AL/alc.h" #include "alError.h" #include "alBuffer.h" +#include "alThunk.h" static void LoadData(ALbuffer *ALBuf, const ALubyte *data, ALsizei size, ALuint freq, ALenum OrigFormat, ALenum NewFormat); |