From 57eb7d9e23c67547cf797a45875c96c554b74275 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 9 Feb 2026 15:15:40 +0100 Subject: Fixes game winment --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 97117a4..16a8b13 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,6 +42,8 @@ int main(){ game.displayBoard(); game.input(); game.updateBoard(); + game.hasWon(); + cout << game.msg; // cout << game.inGame; } -- cgit v1.2.3