Skip to content
Snippets Groups Projects
Verified Commit b01b667f authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

refactor: tiny refactor

parent ace22b34
No related branches found
No related tags found
No related merge requests found
Pipeline #728 passed
...@@ -2,8 +2,7 @@ use chip_ahoyto::{ ...@@ -2,8 +2,7 @@ use chip_ahoyto::{
chip8::{Chip8, DISPLAY_HEIGHT, DISPLAY_WIDTH}, chip8::{Chip8, DISPLAY_HEIGHT, DISPLAY_WIDTH},
chip8_classic::Chip8Classic, chip8_classic::Chip8Classic,
chip8_neo::Chip8Neo, chip8_neo::Chip8Neo,
util::read_file, util::{read_file, save_snapshot},
util::save_snapshot,
}; };
use sdl2::{ use sdl2::{
audio::AudioCallback, audio::AudioSpecDesired, event::Event, image::LoadSurface, audio::AudioCallback, audio::AudioSpecDesired, event::Event, image::LoadSurface,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment