diff options
Diffstat (limited to 'src/uci.hpp')
| -rw-r--r-- | src/uci.hpp | 5 |
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(); |
