summaryrefslogtreecommitdiff
path: root/domino.h
diff options
context:
space:
mode:
authororangerot <orangerot@orangerot.dev>2025-10-15 12:18:10 +0200
committerorangerot <orangerot@orangerot.dev>2025-10-15 12:18:10 +0200
commit001b91e335b90d5a0c8557f8d88377613d163c33 (patch)
treee430e7e2635bf5151fac7cc92bfb3b2ef301e6d7 /domino.h
parentfd1b446f5a5dba76b90377091c6b172b4fa4bd93 (diff)
fix: preview
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 4cf02b9..31f3084 100644
--- a/domino.h
+++ b/domino.h
@@ -4,7 +4,7 @@
#define DOMINO_H
struct eye {
- size_t x,y,val,vertical;
+ int x,y,val,vertical;
};
struct brick {