aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-17 22:43:10 -0800
committerChris Robinson <[email protected]>2013-12-17 22:43:10 -0800
commit0095a59fc96faa1d1cf0c8ede9105b4770b240bc (patch)
treeb6eabc9f2baa8e701acf293510fa17a6091a936a /OpenAL32/Include
parentee92b3142d70a50945b4a4aa021f7a846061d28e (diff)
Move the dummy MIDI handler to a separate file
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMidi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h
index 2461265d..bba24baa 100644
--- a/OpenAL32/Include/alMidi.h
+++ b/OpenAL32/Include/alMidi.h
@@ -102,6 +102,7 @@ static const struct MidiSynthVtable T##_MidiSynth_vtable = { \
MidiSynth *FSynth_create(ALCdevice *device);
+MidiSynth *DSynth_create(ALCdevice *device);
MidiSynth *SynthCreate(ALCdevice *device);