mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
add example for no_game
This commit is contained in:
parent
cb8b42d416
commit
7ae3afab6c
7
agb/examples/no_game.rs
Normal file
7
agb/examples/no_game.rs
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#![no_std]
|
||||||
|
#![no_main]
|
||||||
|
|
||||||
|
#[agb::entry]
|
||||||
|
fn main(gba: agb::Gba) -> ! {
|
||||||
|
agb::no_game(gba);
|
||||||
|
}
|
Loading…
Reference in a new issue