1
0
Fork 0
forked from AbleOS/ableos
ableOS_v1Change/ableos/src/relib/mod.rs

8 lines
100 B
Rust

pub mod image;
pub mod math;
pub mod time;
pub struct VectorTwo {
pub x: i32,
pub y: i32,
}