mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-02 12:36:35 +11:00
satisfy linter
This commit is contained in:
parent
da9a15402e
commit
45823273ac
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use hashbrown::{hash_map::Entry, HashMap};
|
|||
const BYTES_PER_TILE_4BPP: usize = 32;
|
||||
|
||||
use super::palette16::Palette16;
|
||||
use super::{palette16, Priority, DISPLAY_CONTROL};
|
||||
use super::{Priority, DISPLAY_CONTROL};
|
||||
use crate::agb_alloc::block_allocator::BlockAllocator;
|
||||
use crate::agb_alloc::bump_allocator::StartEnd;
|
||||
use crate::fixnum::Vector2D;
|
||||
|
|
Loading…
Add table
Reference in a new issue