diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/081_anonymous_structs2.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/patches/patches/081_anonymous_structs2.patch b/patches/patches/081_anonymous_structs2.patch new file mode 100644 index 0000000..b9890d6 --- /dev/null +++ b/patches/patches/081_anonymous_structs2.patch @@ -0,0 +1,8 @@ +41c41 +< fn printCircle(???) void { +--- +> fn printCircle(circle: anytype) void { +44c44 +< circle.centaur_y, +--- +> circle.center_y, |