export interrupt module

This commit is contained in:
Corwin Kuiper 2021-06-23 19:09:10 +01:00
parent c2d4c99f66
commit 30c5a0eea9

View file

@ -23,7 +23,7 @@ pub mod sound;
pub use agb_image_converter::include_gfx; pub use agb_image_converter::include_gfx;
mod bitarray; mod bitarray;
mod interrupt; pub mod interrupt;
mod memory_mapped; mod memory_mapped;
/// Implements logging to the mgba emulator. /// Implements logging to the mgba emulator.
pub mod mgba; pub mod mgba;