#ifndef SRC_UCI_H_ #define SRC_UCI_H_ #include "board.hpp" #include int startREPL(); void PrintMoves(const std::vector &moves); bool isValidChessRank(char rank); bool isValidChessFile(char rank); void UciInit(); #endif /* SRC_UCI_H_ */