forked from AbleOS/ableos
10 lines
91 B
Plaintext
10 lines
91 B
Plaintext
|
Offset3D := struct {
|
||
|
x: int,
|
||
|
y: int,
|
||
|
z: int,
|
||
|
}
|
||
|
|
||
|
Offset2D := struct {
|
||
|
x: int,
|
||
|
y: int,
|
||
|
}
|