diff options
author | Chris Robinson <[email protected]> | 2021-04-27 08:04:09 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-27 08:04:09 -0700 |
commit | 99157f149f180cfcc2e4be6a3d2a54843411e87a (patch) | |
tree | a813425be6d0cc5ee217ece901bb0ab483c02acd /al/event.cpp | |
parent | 26c8c50c2605e377f74d7a73bae3bbbf4f7bad61 (diff) |
Move ContextBase and VoiceChange to core
Diffstat (limited to 'al/event.cpp')
-rw-r--r-- | al/event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/event.cpp b/al/event.cpp index 0bba4280..843a90e1 100644 --- a/al/event.cpp +++ b/al/event.cpp @@ -23,12 +23,12 @@ #include "core/async_event.h" #include "core/except.h" #include "core/logging.h" +#include "core/voice_change.h" #include "effects/base.h" #include "inprogext.h" #include "opthelpers.h" #include "ringbuffer.h" #include "threads.h" -#include "voice_change.h" static int EventThread(ALCcontext *context) |