aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r--OpenAL32/Include/alBuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index 81721de2..7d3d59ac 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -21,6 +21,9 @@ typedef struct ALbuffer
ALsizei OriginalSize;
ALsizei OriginalAlign;
+ ALsizei LoopStart;
+ ALsizei LoopEnd;
+
ALuint refcount; // Number of sources using this buffer (deletion can only occur when this is 0)
// Index to itself