aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/event.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-17 23:02:27 -0800
committerChris Robinson <[email protected]>2018-11-17 23:02:27 -0800
commitfa3c34268dd7d9bc380ecd19aedb28924d29b295 (patch)
treec702638d5589054498fc6c7292b6d6d908954954 /OpenAL32/event.cpp
parent8f6e0f97ec5543de8ae49f12046b5c893565778e (diff)
Move the ALCcontext definition to its own header
Diffstat (limited to 'OpenAL32/event.cpp')
-rw-r--r--OpenAL32/event.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/event.cpp b/OpenAL32/event.cpp
index bc3e3178..67a10645 100644
--- a/OpenAL32/event.cpp
+++ b/OpenAL32/event.cpp
@@ -6,7 +6,9 @@
#include "AL/alc.h"
#include "AL/al.h"
#include "AL/alext.h"
+
#include "alMain.h"
+#include "alcontext.h"
#include "alError.h"
#include "alAuxEffectSlot.h"
#include "ringbuffer.h"