diff options
author | Chris Robinson <[email protected]> | 2021-12-17 17:13:59 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-12-17 17:13:59 -0800 |
commit | d16b61dffb24cbe90e03e921684cb538cb23e181 (patch) | |
tree | 7e0a363ad68fd21a1f24dfdf08673cb7f6fdb771 /al/auxeffectslot.h | |
parent | fbc42aad7e70131655387c06092f8cbbc286c0db (diff) |
Move the effects base and effectslot to core
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 27423830..4de1df7a 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -9,10 +9,10 @@ #include "AL/efx.h" #include "alc/device.h" -#include "alc/effectslot.h" #include "alc/effects/base.h" #include "almalloc.h" #include "atomic.h" +#include "core/effectslot.h" #include "intrusive_ptr.h" #include "vector.h" |