Update Examples
parent
32e73a365e
commit
a0684c6628
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue