mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
expose number module
This commit is contained in:
parent
ec161d9161
commit
18e017ae73
|
@ -25,7 +25,7 @@ mod interrupt;
|
||||||
mod memory_mapped;
|
mod memory_mapped;
|
||||||
/// Implements logging to the mgba emulator.
|
/// Implements logging to the mgba emulator.
|
||||||
pub mod mgba;
|
pub mod mgba;
|
||||||
mod number;
|
pub mod number;
|
||||||
mod single;
|
mod single;
|
||||||
|
|
||||||
/// System BIOS calls / syscalls.
|
/// System BIOS calls / syscalls.
|
||||||
|
|
Loading…
Reference in a new issue