aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-09-22 17:19:35 -0700
committerChris Robinson <[email protected]>2010-09-22 17:19:35 -0700
commit8558bc1d412c0b9be5504fda3b82e3ff03989926 (patch)
tree40c27f0a533522aea14438c2689f5c318a48251b /OpenAL32/Include
parent03f56419d0d751ac3ac63bc7e3ee59bf544cb077 (diff)
Allow accessing the buffer data as multiple data types in the mixer
Also reduces a bunch of indentation
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index 7d3d59ac..5676e337 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -11,7 +11,7 @@ extern "C" {
typedef struct ALbuffer
{
- ALfloat *data;
+ ALvoid *data;
ALsizei size;
ALenum format;