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/uci.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/uci.cpp') diff --git a/src/uci.cpp b/src/uci.cpp index 818da90..89d28dd 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -2,6 +2,7 @@ #include "board/board.hpp" #include "board/fen.hpp" #include "bot.hpp" +#include "misc.hpp" #include "moves.hpp" #include "zobrist/zobrist.hpp" @@ -103,6 +104,7 @@ void Uci() { } } if (cmd == "uci") { + cout << "id name " << engine_version() << "\n"; cout << "uciok\n"; cout.flush(); } else if (cmd == "ucinewgame") { -- cgit v1.2.3