forked from AbleOS/ableos
10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
|
Extent3D := struct {
|
||
|
width: int,
|
||
|
height: int,
|
||
|
depth: int,
|
||
|
}
|
||
|
|
||
|
Extent2D := struct {
|
||
|
width: int,
|
||
|
height: int,
|
||
|
}
|