diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 18:10:38 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 18:10:38 +0100 |
| commit | 9097561c8754c5e9f49a8b0f346de081b3c3bd94 (patch) | |
| tree | 9c5f8b326852820629dc18ae5003a8a747ad3450 /src/libSoundSystem/SoundSystemKit/VirtualMixer.h | |
| parent | 825830590663c363b32c7b9caae8db5f3a5c913f (diff) | |
[CHORE] Add DDK testing, AsciiUtils tweaks, proof organization.
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, 4 insertions, 4 deletions
diff --git a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h index e57ff29b..b6918f5a 100644 --- a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h +++ b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h @@ -9,9 +9,9 @@ #include <libSystem/SystemKit/System.h> namespace SoundSystem { - struct VirtualMixer; - struct VirtualSource; - struct VirtualVolume; -} +struct VirtualMixer; +struct VirtualSource; +struct VirtualVolume; +} // namespace SoundSystem #endif |
