akern-gkgoat-fork/ableos/src/relib/mod.rs

7 lines
79 B
Rust

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