odin-raylib-game/game/math.odin
2025-02-24 21:04:17 -06:00

7 lines
57 B
Odin

package game
Vec2i :: struct {
x: u32,
y:u32,
}