aboutsummaryrefslogtreecommitdiff
path: root/src/uci.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-28 19:03:20 +0200
committerAdam <adammegarules1@gmail.com>2026-07-28 19:03:20 +0200
commit40e242dc5450e1661c817b0bad8f9748388c278a (patch)
tree569053925f92516b1ee52a7e21ed9e1c75e1e3a0 /src/uci.hpp
parentb2dbf812cb9e6da5f69a2b74c24c97d09fa7a684 (diff)
removing repl and unsuded featuares
Diffstat (limited to 'src/uci.hpp')
-rw-r--r--src/uci.hpp5
1 files changed, 0 insertions, 5 deletions
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 <string>
-#include <vector>
-int startREPL();
-void PrintMoves(const std::vector<Move> &moves);
-bool isValidChessRank(char rank);
-bool isValidChessFile(char rank);
Move UciToMove(std::string uci);
void LogUci(const std::string &message);
void Uci();