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