summaryrefslogtreecommitdiff
path: root/domino.h
diff options
context:
space:
mode:
authororangerot <orangerot@orangerot.dev>2025-10-15 10:40:39 +0200
committerorangerot <orangerot@orangerot.dev>2025-10-15 10:40:39 +0200
commitfd1b446f5a5dba76b90377091c6b172b4fa4bd93 (patch)
tree2eb45adf6ccb64f2ade117fe31e2ab72850209e3 /domino.h
parent91c8751e14d34a24dafd502032d1491517a7ab8b (diff)
feat: rotate bricks
Diffstat (limited to 'domino.h')
-rw-r--r--domino.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/domino.h b/domino.h
index e473776..4cf02b9 100644
--- a/domino.h
+++ b/domino.h
@@ -4,7 +4,7 @@
#define DOMINO_H
struct eye {
- size_t x,y,val;
+ size_t x,y,val,vertical;
};
struct brick {