fumarole/util/math.odin

9 lines
85 B
Odin

package util
Position :: struct {
x, y: f32,
}
Velocity :: struct {
x, y: f32,
}