aboutsummaryrefslogtreecommitdiff
path: root/src/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/board.h')
-rw-r--r--src/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/board.h b/src/board.h
index f369743..117d5b2 100644
--- a/src/board.h
+++ b/src/board.h
@@ -17,6 +17,7 @@ int neighbor_increments[] = {
typedef struct {
char edges[4];
char center;
+ int shield;
} Tile;
/* board */