From 18e017ae739a10c52ad3ef721850ed4f3596c69c Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sat, 5 Jun 2021 16:15:43 +0100 Subject: [PATCH] expose number module --- agb/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.