From 2d148023f02056916fa5b88f567e09e6ba1a2915 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 31 Jul 2026 13:22:11 +0200 Subject: making it be mode ready --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 36014b9..25082be 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,9 +1,13 @@ +#include "misc.hpp" #include "uci.hpp" #include "zobrist/zobrist.hpp" +#include int main() { InitZobrist(); + std::cout << engine_info(); + Uci(); return 0; } -- cgit v1.2.3