From 815abe7aabf47814dc391d19dedd6e9b23f100a1 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 29 Jul 2026 08:49:58 +0200 Subject: adding transpositions --- src/uci.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/uci.hpp') diff --git a/src/uci.hpp b/src/uci.hpp index 4d0a91b..4d84215 100644 --- a/src/uci.hpp +++ b/src/uci.hpp @@ -7,4 +7,6 @@ Move UciToMove(std::string uci); void LogUci(const std::string &message); void Uci(); +Game initBoard(std::string startingFEN, + std::unordered_map *transPositions); #endif /* SRC_UCI_H_ */ -- cgit v1.2.3