mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 17:41:33 +11:00
Derive normal stuff on an enum
This commit is contained in:
parent
288fa0c85e
commit
5dd0c61808
|
@ -8,6 +8,7 @@ pub use map::{MapLoan, RegularMap};
|
|||
pub use tiled0::Tiled0;
|
||||
pub use vram_manager::{DynamicTile, TileFormat, TileIndex, TileSet, VRamManager};
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
pub enum RegularBackgroundSize {
|
||||
Background32x32,
|
||||
Background64x32,
|
||||
|
|
Loading…
Reference in a new issue