diff options
author | Chris Robinson <[email protected]> | 2022-02-21 19:49:15 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-02-21 19:49:15 -0800 |
commit | 7ca4fe611010a7c22af983ab112ef794f3c631e1 (patch) | |
tree | 4fd1060d75b94d68332b5d409861ea7e7eb29556 /al/eax_api.cpp | |
parent | 4ffba10d510de4d50b2948920ea4f4c8ea168efa (diff) |
Remove a couple extraneous externs
Diffstat (limited to 'al/eax_api.cpp')
-rw-r--r-- | al/eax_api.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/al/eax_api.cpp b/al/eax_api.cpp index 8e923616..041bd01a 100644 --- a/al/eax_api.cpp +++ b/al/eax_api.cpp @@ -12,7 +12,7 @@ #include "al/eax_api.h" -extern const GUID DSPROPSETID_EAX_ReverbProperties = +const GUID DSPROPSETID_EAX_ReverbProperties = { 0x4A4E6FC1, 0xC341, @@ -20,7 +20,7 @@ extern const GUID DSPROPSETID_EAX_ReverbProperties = {0xB7, 0x3A, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00} }; -extern const GUID DSPROPSETID_EAXBUFFER_ReverbProperties = +const GUID DSPROPSETID_EAXBUFFER_ReverbProperties = { 0x4A4E6FC0, 0xC341, |