diff --git a/agb/src/lib.rs b/agb/src/lib.rs index dc7a73ab..574b55f5 100644 --- a/agb/src/lib.rs +++ b/agb/src/lib.rs @@ -23,7 +23,7 @@ pub mod sound; pub use agb_image_converter::include_gfx; mod bitarray; -mod interrupt; +pub mod interrupt; mod memory_mapped; /// Implements logging to the mgba emulator. pub mod mgba;