1
0
Fork 0
forked from AbleOS/ableos
ableos/sysdata/libraries/ignim/src/extends.hb

10 lines
113 B
Plaintext
Raw Normal View History

2024-09-13 23:11:50 -05:00
Extent3D := struct {
width: int,
height: int,
depth: int,
}
Extent2D := struct {
width: int,
height: int,
}