From 0e8e745f88617fe5933eb7981198ac24cb7b1ee4 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 21 May 2025 17:00:19 +0200 Subject: Add the Cell struct --- src/main/game/game.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main/game/game.h') diff --git a/src/main/game/game.h b/src/main/game/game.h index 0cb80e0..d59df85 100644 --- a/src/main/game/game.h +++ b/src/main/game/game.h @@ -22,10 +22,6 @@ #include "../util/list.h" -typedef struct Cell { - float left, right, top, bottom; -} Cell; - typedef struct TrisGame { int width, height; list_t *cells; -- cgit v1.2.3