diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-29 08:49:58 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-29 08:49:58 +0200 |
| commit | 815abe7aabf47814dc391d19dedd6e9b23f100a1 (patch) | |
| tree | d7a957fef8a6ea5c00bd84bf1b8046004421785c /src/main.cpp | |
| parent | ccb929172587fbfb8fb000d7992bdbbdac6f53ae (diff) | |
adding transpositions
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 8a1821e..0bdd150 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,6 +4,8 @@ #include <cstdlib> #include <ctime> +using namespace std; + int main() { InitZobrist(); srand(time(0)); |
