fumarole/math.odin

6 lines
49 B
Odin
Raw Normal View History

2025-06-22 21:35:03 +02:00
package main
Position :: struct {
x, y: f32,
}