Init
This commit is contained in:
6
game/math.odin
Normal file
6
game/math.odin
Normal file
@@ -0,0 +1,6 @@
|
||||
package game
|
||||
|
||||
Vec2i :: struct {
|
||||
x: u32,
|
||||
y:u32,
|
||||
}
|
||||
Reference in New Issue
Block a user