From 6ac3789d110f430a4389bc75072208d63c145978 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sat, 30 Oct 2021 15:38:59 +0100 Subject: [PATCH] Export ChannelId --- agb/src/sound/mixer/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/agb/src/sound/mixer/mod.rs b/agb/src/sound/mixer/mod.rs index 2310ff7e..c5441795 100644 --- a/agb/src/sound/mixer/mod.rs +++ b/agb/src/sound/mixer/mod.rs @@ -1,6 +1,7 @@ mod hw; mod sw_mixer; +pub use sw_mixer::ChannelId; pub use sw_mixer::Mixer; use crate::number::Num;