set the project game in a ready to start state

This commit is contained in:
ZennDev1337 2023-08-15 12:42:57 +02:00
parent 34c781e882
commit 1e8a23a4b1

View file

@ -4,6 +4,8 @@
//Include the Arduboy Library //Include the Arduboy Library
#[allow(unused_imports)] #[allow(unused_imports)]
use arduboy_rust::prelude::*; use arduboy_rust::prelude::*;
#[allow(dead_code)]
const arduboy: Arduboy2 = Arduboy2::new();
// Progmem data // Progmem data