summaryrefslogtreecommitdiff
path: root/src/main/game/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/game/game.h')
-rw-r--r--src/main/game/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/game/game.h b/src/main/game/game.h
index b90c5fe..6b9231c 100644
--- a/src/main/game/game.h
+++ b/src/main/game/game.h
@@ -26,6 +26,7 @@ typedef struct TrisGame {
int width, height;
list_t *cells;
char sign; /* x = cross and o = circle */
+ int moves;
} TrisGame;
TrisGame *game_init(int width, int height);