From cec27feccd1d3232ceae2bf284f66071d36cc96a Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 22 May 2025 18:04:51 +0200 Subject: Remove the rendering of circles from the Engine --- src/main/game/cell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/game/cell.h') 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); -- cgit v1.2.3