mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 23:26:33 +11:00
Rename mixer.rs to sw_mixer.rs
This commit is contained in:
parent
057467ecf8
commit
db4233ccee
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
mod hw;
|
||||
mod mixer;
|
||||
mod sw_mixer;
|
||||
|
||||
pub use mixer::Mixer;
|
||||
pub use sw_mixer::Mixer;
|
||||
|
||||
use crate::number::Num;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue