summaryrefslogtreecommitdiff
path: root/pieces.h
diff options
context:
space:
mode:
Diffstat (limited to 'pieces.h')
-rw-r--r--pieces.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pieces.h b/pieces.h
index c0d5eaa..7c3ce6c 100644
--- a/pieces.h
+++ b/pieces.h
@@ -3,6 +3,7 @@
struct piece {
int h;
int w;
+ int points;
char* blocks;
};