aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alState.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-17 23:03:34 -0800
committerChris Robinson <[email protected]>2013-12-17 23:03:34 -0800
commit0653680690688fd0c9e4331bf1c5a5cd6490e270 (patch)
treec91a02b8e72de51d92ced184efb1b04b50f27915 /OpenAL32/alState.c
parent0095a59fc96faa1d1cf0c8ede9105b4770b240bc (diff)
Move the base MidiSynth to a separate file
Diffstat (limited to 'OpenAL32/alState.c')
-rw-r--r--OpenAL32/alState.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenAL32/alState.c b/OpenAL32/alState.c
index 8ddfd024..8d96018b 100644
--- a/OpenAL32/alState.c
+++ b/OpenAL32/alState.c
@@ -28,7 +28,8 @@
#include "alError.h"
#include "alSource.h"
#include "alAuxEffectSlot.h"
-#include "alMidi.h"
+
+#include "midi/base.h"
static const ALchar alVendor[] = "OpenAL Community";