diff --git a/agb/src/lib.rs b/agb/src/lib.rs index db1e0c50..13977637 100644 --- a/agb/src/lib.rs +++ b/agb/src/lib.rs @@ -112,6 +112,9 @@ /// ``` pub use agb_image_converter::include_gfx; +pub use agb_image_converter::include_aseprite_inner; +pub use phf; + /// This macro declares the entry point to your game written using `agb`. /// /// It is already included in the template, but your `main` function must be annotated with `#[agb::entry]`, takes 1 argument and never returns.