aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMidi.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-29 00:34:58 -0800
committerChris Robinson <[email protected]>2013-12-29 00:34:58 -0800
commit09665715ed0c0897834279dcc3f15c24ed01ec2d (patch)
tree9267920477144a2c332486846355c8ceeb4ce27f /OpenAL32/Include/alMidi.h
parent0d7996409ea300eab47fff096c2d3c5aea592a29 (diff)
Add support for the fontsound loop mode
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-rw-r--r--OpenAL32/Include/alMidi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h
index acbc81b5..44d05c1a 100644
--- a/OpenAL32/Include/alMidi.h
+++ b/OpenAL32/Include/alMidi.h
@@ -28,6 +28,7 @@ typedef struct ALfontsound {
ALuint LoopStart;
ALuint LoopEnd;
ALuint SampleRate;
+ ALenum LoopMode;
ALubyte PitchKey;
ALbyte PitchCorrection;
ALenum SampleType;