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