gba/src/prelude.rs
2022-12-09 12:08:30 -07:00

20 lines
307 B
Rust

//! A module that just re-exports all the other modules of the crate.
pub use crate::{
asm_runtime::*,
bios::*,
builtin_art::*,
dma::*,
fixed::*,
gba_cell::*,
include_aligned_bytes,
interrupts::*,
keys::*,
mgba::*,
mmio::*,
sound::*,
timers::*,
video::{obj::*, *},
Align4,
};