From 40e242dc5450e1661c817b0bad8f9748388c278a Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 28 Jul 2026 19:03:20 +0200 Subject: removing repl and unsuded featuares --- src/uci.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/uci.hpp') diff --git a/src/uci.hpp b/src/uci.hpp index 18e216e..4d0a91b 100644 --- a/src/uci.hpp +++ b/src/uci.hpp @@ -3,12 +3,7 @@ #include "board.hpp" #include -#include -int startREPL(); -void PrintMoves(const std::vector &moves); -bool isValidChessRank(char rank); -bool isValidChessFile(char rank); Move UciToMove(std::string uci); void LogUci(const std::string &message); void Uci(); -- cgit v1.2.3