mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-23 22:58:18 +11:00
expose number module
This commit is contained in:
parent
ec161d9161
commit
18e017ae73
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue