forked from koniifer/ableos
7 lines
79 B
Rust
7 lines
79 B
Rust
|
pub mod math;
|
||
|
pub mod time;
|
||
|
pub struct VectorTwo {
|
||
|
pub x: i32,
|
||
|
pub y: i32,
|
||
|
}
|