From 90962f793887fd147dfc247e7f5b0d66ab9dac83 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 2 Feb 2026 12:30:03 +0100 Subject: Added game input and board clear --- src/Game.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Game.hpp') diff --git a/src/Game.hpp b/src/Game.hpp index 767ab94..882bb02 100644 --- a/src/Game.hpp +++ b/src/Game.hpp @@ -15,10 +15,13 @@ private: int mines; public: + bool inGame; + int editDiff(); void initDiff(int diff); void initBoard(); void displayBoard(); + void input(); }; #endif -- cgit v1.2.3