diff --git a/agb/src/lib.rs b/agb/src/lib.rs index 28bfc684..eee3c290 100644 --- a/agb/src/lib.rs +++ b/agb/src/lib.rs @@ -162,6 +162,7 @@ mod memory_mapped; /// Implements logging to the mgba emulator. pub mod mgba; /// Implementation of fixnums for working with non-integer values. +#[doc(inline)] pub use agb_fixnum as fixnum; /// Contains an implementation of a hashmap which suits the gameboy advance's hardware. pub mod hash_map;