added support for the collide commands

This commit is contained in:
Zenn 2023-08-06 20:37:24 +02:00
parent 50819abc50
commit 14afe60f8e
4 changed files with 35 additions and 1 deletions

View file

@ -12,7 +12,7 @@ pub const arduboy: Arduboy = Arduboy {};
#[allow(non_upper_case_globals)]
pub const sound: Sound = Sound {};
pub use crate::hardware::buttons::*;
pub use crate::library::arduboy::{Color, FONT_SIZE, HEIGHT, WIDTH};
pub use crate::library::arduboy::{Color, Point, Rect, FONT_SIZE, HEIGHT, WIDTH};
pub use crate::library::arduboy_tone::*;
pub use crate::library::arduino::*;
pub use crate::library::c::*;