diff options
author | Chris Robinson <[email protected]> | 2014-01-03 20:21:12 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-01-03 20:21:12 -0800 |
commit | 42a67731c411775fe9de5d3a05edfd10205cc70f (patch) | |
tree | 39dae63b0c7c048e81c1263897c68a55d7685fa6 /OpenAL32/Include/alMidi.h | |
parent | 3a31402b1ea3cb62da6ddcac3f41570c7cfaa687 (diff) |
Add storage for a default soundfont object
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 e452a732..998f6e92 100644 --- a/OpenAL32/Include/alMidi.h +++ b/OpenAL32/Include/alMidi.h @@ -94,6 +94,7 @@ typedef struct ALfontsound { ALuint id; } ALfontsound; +void ALfontsound_Destruct(ALfontsound *self); void ALfontsound_setPropi(ALfontsound *self, ALCcontext *context, ALenum param, ALint value); ALfontsound *NewFontsound(ALCcontext *context); |