Derive normal stuff on an enum

This commit is contained in:
Gwilym Kuiper 2022-05-03 21:30:32 +01:00
parent 288fa0c85e
commit 5dd0c61808

View file

@ -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,