forked from AbleOS/ableos
8 lines
100 B
Rust
8 lines
100 B
Rust
pub mod image;
|
|
pub mod math;
|
|
pub mod time;
|
|
pub struct VectorTwo {
|
|
pub x: i32,
|
|
pub y: i32,
|
|
}
|