1
0
Fork 0
forked from AbleOS/ableos
ableos/sysdata/libraries/ignim/src/extends.hb
2024-09-13 23:11:50 -05:00

10 lines
113 B
Plaintext

Extent3D := struct {
width: int,
height: int,
depth: int,
}
Extent2D := struct {
width: int,
height: int,
}