mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-15 03:50:39 +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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue