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

7 lines
79 B
Rust
Raw Normal View History

2021-11-16 00:09:27 -06:00
pub mod math;
pub mod time;
pub struct VectorTwo {
pub x: i32,
pub y: i32,
}