Add some blank lines to make code folding work better

This commit is contained in:
GBA bot 2022-01-02 18:28:31 +00:00
parent 99146ac048
commit 8d13ee3a39

View file

@ -112,6 +112,7 @@
/// }
/// ```
pub use agb_image_converter::include_gfx;
/// 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]`, take no arguments and never return.
@ -135,6 +136,7 @@ pub use agb_image_converter::include_gfx;
/// }
/// ```
pub use agb_macros::entry;
pub use agb_sound_converter::include_wav;
#[cfg(feature = "alloc")]