diff options
author | Chris Robinson <[email protected]> | 2023-12-29 09:05:47 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-12-29 09:05:47 -0800 |
commit | cfab14287405a0d34f6a0fec1336f46415728fcf (patch) | |
tree | e3b1094949aff49c7f38160d17e543c84c66e669 /alc/device.cpp | |
parent | a6942c271f1b27c79e274bdc87aa370b3bb81cc2 (diff) |
Move struct definitions to more appropriate headers
Diffstat (limited to 'alc/device.cpp')
-rw-r--r-- | alc/device.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/device.cpp b/alc/device.cpp index f13e6071..fc145579 100644 --- a/alc/device.cpp +++ b/alc/device.cpp @@ -6,6 +6,9 @@ #include <cstddef> #include <numeric> +#include "al/buffer.h" +#include "al/effect.h" +#include "al/filter.h" #include "albit.h" #include "alconfig.h" #include "backends/base.h" |