use the types

This commit is contained in:
Corwin 2022-02-15 21:34:02 +00:00
parent 73a8d86f6b
commit efe67423c1

View file

@ -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.