mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Export ChannelId
This commit is contained in:
parent
b492f3d43d
commit
6ac3789d11
|
@ -1,6 +1,7 @@
|
|||
mod hw;
|
||||
mod sw_mixer;
|
||||
|
||||
pub use sw_mixer::ChannelId;
|
||||
pub use sw_mixer::Mixer;
|
||||
|
||||
use crate::number::Num;
|
||||
|
|
Loading…
Reference in a new issue