diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-27 20:44:07 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-27 20:44:07 +0200 |
| commit | ab198bd13a44344989c34ee1fda1e56fa00cbe1f (patch) | |
| tree | 202f3c7b5ecc19a6fa3e45124a49d341b914eba0 /src/main.cpp | |
| parent | 51d27e1ab9058c9e0fafb399e22edf7b38470510 (diff) | |
making it uci compatible
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 7b7e6fe..dea578b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -46,6 +46,6 @@ int main(int argc, char **argv) { if (argc > 1 && std::string(argv[1]) == "--repl") return startREPL(); - UciInit(); + Uci(); return 0; } |
