aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-09 14:25:51 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-09 14:25:51 -0400
commitc0bbbee1764513e3c31e586555e76fda2c3408bc (patch)
tree0db501ff243a2b3b1809cad108e961e27cdd51ad /patches
parentae0dc2b282d7f59ad57b4f6152bf07db62138b9a (diff)
add ex081 anon structs 2
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/081_anonymous_structs2.patch8
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,