mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 23:54:07 +00:00
Code clean up of call arguments
This commit is contained in:
@@ -5,12 +5,5 @@
|
||||
#import "game.odin"
|
||||
|
||||
main :: proc() {
|
||||
Vector3 :: struct {
|
||||
x, y, z: f32
|
||||
}
|
||||
Entity :: struct {
|
||||
guid: u64
|
||||
position: Vector3
|
||||
}
|
||||
|
||||
fmt.println("Hellope")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user