diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 10:40:50 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 10:40:50 +0100 |
| commit | acf28df86bf2f9a482f05fc8dcefe3eb8be445b5 (patch) | |
| tree | 0adfd63dc55fede7b47582b883b139058172319a /src/libSoundSystem/SoundSystemKit/VirtualMixer.h | |
| parent | 0e346c8cd76b279e60f0d2e2acc707d9a457bb44 (diff) | |
[CHORE] SoundSystem refactors.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libSoundSystem/SoundSystemKit/VirtualMixer.h')
| -rw-r--r-- | src/libSoundSystem/SoundSystemKit/VirtualMixer.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h index ab705882..e57ff29b 100644 --- a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h +++ b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h @@ -8,6 +8,10 @@ #include <libSystem/SystemKit/System.h> -namespace ASN {} +namespace SoundSystem { + struct VirtualMixer; + struct VirtualSource; + struct VirtualVolume; +} #endif |
