diff options
author | Chris Robinson <[email protected]> | 2013-12-17 22:36:25 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-17 22:36:25 -0800 |
commit | ee92b3142d70a50945b4a4aa021f7a846061d28e (patch) | |
tree | ae6cb11fe16837a597b9660745fb2815ea99e556 /OpenAL32/Include/alMidi.h | |
parent | ef0341c180789aaf95daabc5bc76b02bad174f80 (diff) |
Move FluidSynth to its own file
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-rw-r--r-- | OpenAL32/Include/alMidi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h index cbe06303..2461265d 100644 --- a/OpenAL32/Include/alMidi.h +++ b/OpenAL32/Include/alMidi.h @@ -101,6 +101,8 @@ static const struct MidiSynthVtable T##_MidiSynth_vtable = { \ } +MidiSynth *FSynth_create(ALCdevice *device); + MidiSynth *SynthCreate(ALCdevice *device); #ifdef __cplusplus |