From 9ec09d7151ea8fa78d082ab931691a5db2f1be6a Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 29 Jul 2026 08:59:01 +0200 Subject: making cache have depth --- src/uci.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/uci.hpp') diff --git a/src/uci.hpp b/src/uci.hpp index 4d84215..9352c48 100644 --- a/src/uci.hpp +++ b/src/uci.hpp @@ -7,6 +7,7 @@ Move UciToMove(std::string uci); void LogUci(const std::string &message); void Uci(); -Game initBoard(std::string startingFEN, - std::unordered_map *transPositions); +Game initBoard( + std::string startingFEN, + std::unordered_map *transPositions); #endif /* SRC_UCI_H_ */ -- cgit v1.2.3