aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMidi.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-17 22:36:25 -0800
committerChris Robinson <[email protected]>2013-12-17 22:36:25 -0800
commitee92b3142d70a50945b4a4aa021f7a846061d28e (patch)
treeae6cb11fe16837a597b9660745fb2815ea99e556 /OpenAL32/Include/alMidi.h
parentef0341c180789aaf95daabc5bc76b02bad174f80 (diff)
Move FluidSynth to its own file
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-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 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