summaryrefslogtreecommitdiff
path: root/src/main/game/cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/game/cell.h')
-rw-r--r--src/main/game/cell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/game/cell.h b/src/main/game/cell.h
index e912ec0..8f52c91 100644
--- a/src/main/game/cell.h
+++ b/src/main/game/cell.h
@@ -27,6 +27,7 @@ typedef struct Cell {
float cx, cy;
bool filled;
char sign;
+ void *shape;
} Cell;
Cell *cell_new(float left, float right, float top, float bottom);