summaryrefslogtreecommitdiff
path: root/domino.h
diff options
context:
space:
mode:
authororangerot <orangerot@orangerot.dev>2025-10-14 17:47:34 +0200
committerorangerot <orangerot@orangerot.dev>2025-10-14 17:47:34 +0200
commit38e3ab041c52a38c9b3312c689a3ece436d03373 (patch)
treec4f01b2b344655377133afe0c467e892364a8de4 /domino.h
parent9efddf8a1a0f4a2e5b17563718346be84486653d (diff)
feat: pick up bricks from hand
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 b08c332..e473776 100644
--- a/domino.h
+++ b/domino.h
@@ -4,7 +4,7 @@
#define DOMINO_H
struct eye {
- int x,y,val;
+ size_t x,y,val;
};
struct brick {