expose number module

This commit is contained in:
Corwin Kuiper 2021-06-05 16:15:43 +01:00
parent ec161d9161
commit 18e017ae73

View file

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