From bc5d459f25b0d9e5e36cbd42c16699fbece4c407 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 10 Aug 2026 18:43:02 +0200 Subject: aplying more fixes --- src/uci.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uci.hpp') diff --git a/src/uci.hpp b/src/uci.hpp index 372f007..8160442 100644 --- a/src/uci.hpp +++ b/src/uci.hpp @@ -5,11 +5,11 @@ #include #include -Move UciToMove(const std::string uci); +Move UciToMove(const std::string &uci); void LogUci(const std::string &message); void Uci(); Game initBoard( - std::string startingFEN, + const std::string &startingFEN, std::unordered_map *transPositions); void SaveTranspositionTable( const std::unordered_map &table); -- cgit v1.2.3