7 lines
57 B
Odin
7 lines
57 B
Odin
package game
|
|
|
|
Vec2i :: struct {
|
|
x: u32,
|
|
y:u32,
|
|
}
|