Code clean up of call arguments

This commit is contained in:
Ginger Bill
2016-10-03 23:28:37 +01:00
parent f6589d9814
commit fee504636f
4 changed files with 104 additions and 144 deletions

View File

@@ -5,12 +5,5 @@
#import "game.odin"
main :: proc() {
Vector3 :: struct {
x, y, z: f32
}
Entity :: struct {
guid: u64
position: Vector3
}
fmt.println("Hellope")
}