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