mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 17:41:33 +11:00
Re-export the image converter macro
This commit is contained in:
parent
0796247a2e
commit
e3510a73f7
|
@ -1,7 +1,6 @@
|
||||||
use crate::display::tiled0::Tiled0;
|
use crate::display::tiled0::Tiled0;
|
||||||
use agb_image_converter::include_gfx;
|
|
||||||
|
|
||||||
include_gfx!("gfx/agb_logo.toml");
|
crate::include_gfx!("gfx/agb_logo.toml");
|
||||||
|
|
||||||
pub fn display_logo(gfx: &mut Tiled0) {
|
pub fn display_logo(gfx: &mut Tiled0) {
|
||||||
gfx.set_background_palettes(agb_logo::test_logo.palettes);
|
gfx.set_background_palettes(agb_logo::test_logo.palettes);
|
||||||
|
|
|
@ -20,6 +20,8 @@ pub mod input;
|
||||||
/// Implements sound output.
|
/// Implements sound output.
|
||||||
pub mod sound;
|
pub mod sound;
|
||||||
|
|
||||||
|
pub use agb_image_converter::include_gfx;
|
||||||
|
|
||||||
mod bitarray;
|
mod bitarray;
|
||||||
mod interrupt;
|
mod interrupt;
|
||||||
mod memory_mapped;
|
mod memory_mapped;
|
||||||
|
|
Loading…
Reference in a new issue