This website requires JavaScript.
Explore
Help
Sign In
mlokis
/
ableos-framebuffer
Watch
1
Star
0
Fork
You've already forked ableos-framebuffer
0
forked from
koniifer/ableos
Code
Pull requests
Activity
d29ac66bac
ableos-framebuffer
/
ableos
/
src
/
relib
/
mod.rs
8 lines
103 B
Rust
Raw
Normal View
History
Unescape
Escape
work on relib
2021-11-28 20:54:43 -06:00
pub
mod
graphics
;
ableOS build system
2021-11-16 00:09:27 -06:00
pub
mod
math
;
pub
mod
time
;
pub
struct
VectorTwo
{
work on relib
2021-11-28 20:54:43 -06:00
pub
x
:
i32
,
pub
y
:
i32
,
ableOS build system
2021-11-16 00:09:27 -06:00
}
Copy permalink