diff options
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 |
