diff options
author | Chris Robinson <[email protected]> | 2021-04-27 18:31:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-27 19:04:45 -0700 |
commit | e3c0b60cc6cd5c0c0ff8e5dd672c947db3aeeeef (patch) | |
tree | 1c8d49d0239db6755c7019aaae141a7a115e58e7 /al/auxeffectslot.cpp | |
parent | 3d8e7051075927543eb6f330d6c1ca07d3690a7a (diff) |
Rename alcontext.h and move some functions to context.cpp
Diffstat (limited to 'al/auxeffectslot.cpp')
-rw-r--r-- | al/auxeffectslot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/auxeffectslot.cpp b/al/auxeffectslot.cpp index 83904a44..d1ab29ee 100644 --- a/al/auxeffectslot.cpp +++ b/al/auxeffectslot.cpp @@ -36,8 +36,8 @@ #include "AL/efx.h" #include "albit.h" -#include "alc/alcontext.h" #include "alc/alu.h" +#include "alc/context.h" #include "alc/device.h" #include "alc/inprogext.h" #include "almalloc.h" |