chore(snd): rename some structs

This commit is contained in:
2021-07-12 10:03:45 -05:00
parent b13444c885
commit 44b605970f
5 changed files with 20 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
pub use gui::Egui;
pub use instruction::Cycle;
pub use sound::AudioSenderReceiver;
pub use sound::AudioMPSC;
pub const GB_WIDTH: usize = 160;
pub const GB_HEIGHT: usize = 144;