diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-26 16:33:03 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-26 16:33:03 +0200 |
| commit | a46558e0aab30eb88ac3cafac8d490174bd4785f (patch) | |
| tree | 863492751dcf5afb5196bbc7a457d8f7e735ede0 /src/main.cpp | |
| parent | 809063825a9b0cc1edd01816ec78de55b0d7683e (diff) | |
making everything more strict + fixing the warnings/error
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7a6e7f4..261c19d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -127,7 +127,7 @@ int main(int argc, char **argv) { continue; } std::println(); - PlayMove(move, &b); + // PlayMove(move, &b); // todo implement b.MoveClock++; b.turn = !b.turn; printBoard(&b); |
