mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-14 19:40:38 +11:00
export interrupt module
This commit is contained in:
parent
c2d4c99f66
commit
30c5a0eea9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue