From 30c5a0eea9df5595a78d79552a550d6349e859fb Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Wed, 23 Jun 2021 19:09:10 +0100 Subject: [PATCH] export interrupt 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 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;