6 lines
49 B
Odin
6 lines
49 B
Odin
|
package main
|
||
|
|
||
|
Position :: struct {
|
||
|
x, y: f32,
|
||
|
}
|