index
:
sirtet.git
main
Tetris except it's not
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pieces.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'pieces.h')
-rw-r--r--
pieces.h
1
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;
};