From 3d9a91fb44c8ae43779e80e12a4a2da87cc9b3b9 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Tue, 3 Feb 2026 10:57:17 +0100 Subject: Starting to handle board update --- src/Game.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Game.hpp') diff --git a/src/Game.hpp b/src/Game.hpp index e828780..88fc36b 100644 --- a/src/Game.hpp +++ b/src/Game.hpp @@ -19,8 +19,9 @@ public: int editDiff(); void initDiff(int diff); void initBoard(); + void updateBoard(); void displayBoard(); - void bombCheck(); + int bombCheck(); void input(); }; -- cgit v1.2.3