diff options
Diffstat (limited to 'src/libASN/AsnKit/VirtualMixer.h')
| -rw-r--r-- | src/libASN/AsnKit/VirtualMixer.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libASN/AsnKit/VirtualMixer.h b/src/libASN/AsnKit/VirtualMixer.h index e69de29b..34b8dd35 100644 --- a/src/libASN/AsnKit/VirtualMixer.h +++ b/src/libASN/AsnKit/VirtualMixer.h @@ -0,0 +1,17 @@ +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// Official repository: https://github.com/nekernel-org/nekernel + +#ifndef ASNKIT_SOUNDMIXER_H +#define ASNKIT_SOUNDMIXER_H + +#include <libSystem/SystemKit/System.h> + +namespace ASN { + + + +} + +#endif |
