diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 13:11:57 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 13:11:57 +0100 |
| commit | afdc4702385dfa66ba20b46b98d81bd224c2d84e (patch) | |
| tree | 64fe06d82c4bc4408f0456298e71883059123b23 /src/libSoundSystem/SoundSystemKit/VirtualMixer.h | |
| parent | 30bfed60419707e94a0128f20199f98d008a1473 (diff) | |
[FEAT] PThread implementation improvements for v2.
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 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h index 69fa341a..4a46eb73 100644 --- a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h +++ b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h @@ -10,9 +10,11 @@ #include <libSystem/SystemKit/System.h> namespace SoundSystem { -struct VirtualMixer; -struct VirtualSource; -struct VirtualVolume; + + struct VirtualMixer; + struct VirtualSource; + struct VirtualVolume; + } // namespace SoundSystem #endif |
