Export ChannelId

This commit is contained in:
Gwilym Kuiper 2021-10-30 15:38:59 +01:00
parent b492f3d43d
commit 6ac3789d11

View file

@ -1,6 +1,7 @@
mod hw;
mod sw_mixer;
pub use sw_mixer::ChannelId;
pub use sw_mixer::Mixer;
use crate::number::Num;