mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
alias and unified parameters lists for procedures and structures.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
type Vec2: struct { x, y: f32 }
|
||||
|
||||
|
||||
main :: proc() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user