mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
Add some blank lines to make code folding work better
This commit is contained in:
parent
99146ac048
commit
8d13ee3a39
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue