Update Examples
parent
32e73a365e
commit
a0684c6628
@ -275,11 +275,11 @@ struct Unit
|
||||
|
||||
struct Pair(i32, f32)
|
||||
|
||||
struct Point x: f32, y: f32
|
||||
struct Point x, y: f32
|
||||
|
||||
struct Rectangle
|
||||
top_left: Point
|
||||
bottom_right: Point
|
||||
top_left, bottom_right: Point
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user