diff options
author | Chris Robinson <[email protected]> | 2013-12-29 00:34:58 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-29 00:34:58 -0800 |
commit | 09665715ed0c0897834279dcc3f15c24ed01ec2d (patch) | |
tree | 9267920477144a2c332486846355c8ceeb4ce27f /OpenAL32/Include/alMidi.h | |
parent | 0d7996409ea300eab47fff096c2d3c5aea592a29 (diff) |
Add support for the fontsound loop mode
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-rw-r--r-- | OpenAL32/Include/alMidi.h | 1 |
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; |