1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-02-23 22:58:18 +11:00

satisfy linter

This commit is contained in:
Corwin 2022-02-15 21:31:23 +00:00
parent da9a15402e
commit 45823273ac

View file

@ -12,7 +12,7 @@ use hashbrown::{hash_map::Entry, HashMap};
const BYTES_PER_TILE_4BPP: usize = 32; const BYTES_PER_TILE_4BPP: usize = 32;
use super::palette16::Palette16; 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::block_allocator::BlockAllocator;
use crate::agb_alloc::bump_allocator::StartEnd; use crate::agb_alloc::bump_allocator::StartEnd;
use crate::fixnum::Vector2D; use crate::fixnum::Vector2D;