aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-01-05 05:11:07 -0800
committerChris Robinson <[email protected]>2014-01-05 05:11:07 -0800
commit5f961a392ecd5d8486fe85b335cf5c0e5c6de674 (patch)
treeaf307ad43fe8b99307c0abd5e2de77b61a9c62c0 /OpenAL32/Include
parent540a99e71fa4ce3de8049656629861aa0a7e5568 (diff)
Move some soundfont methods to ALsoundfont
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMidi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h
index 998f6e92..25bed250 100644
--- a/OpenAL32/Include/alMidi.h
+++ b/OpenAL32/Include/alMidi.h
@@ -152,6 +152,8 @@ typedef struct ALsoundfont {
void ALsoundfont_Construct(ALsoundfont *self);
void ALsoundfont_Destruct(ALsoundfont *self);
+ALsoundfont *ALsoundfont_getDefSoundfont(ALCcontext *context);
+void ALsoundfont_deleteSoundfont(ALsoundfont *self, ALCdevice *device);
inline struct ALsoundfont *LookupSfont(ALCdevice *device, ALuint id)
{ return (struct ALsoundfont*)LookupUIntMapKey(&device->SfontMap, id); }