diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-09 15:15:40 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-09 15:15:40 +0100 |
| commit | 57eb7d9e23c67547cf797a45875c96c554b74275 (patch) | |
| tree | b467bee336807219d5265c23866a55c75fbca41e /src/main.cpp | |
| parent | 59c0c07568d607e69c437853c472379741f7aa98 (diff) | |
Fixes game winmentv1.0.0
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |
