diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-09 14:47:41 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-09 14:47:41 +0100 |
| commit | 59c0c07568d607e69c437853c472379741f7aa98 (patch) | |
| tree | 7908e2980d916415f59781a844b7435413393f1a /src/main.cpp | |
| parent | c72d094dec277fe99089422c1e7fd990e5e086da (diff) | |
Made tiles revealing recursivev0.4.0
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 21ceb01..97117a4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,6 +42,7 @@ int main(){ game.displayBoard(); game.input(); game.updateBoard(); + // cout << game.inGame; } return 0; |
