From efe67423c1a6d1fb26fb2b53f14366642139a1dd Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 15 Feb 2022 21:34:02 +0000 Subject: [PATCH] use the types --- agb/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) 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.