diff --git a/agb/src/lib.rs b/agb/src/lib.rs index 45a25f81..b4a94802 100644 --- a/agb/src/lib.rs +++ b/agb/src/lib.rs @@ -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.