From 51d27e1ab9058c9e0fafb399e22edf7b38470510 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Jul 2026 20:14:54 +0200 Subject: adding uci --- src/repl.hpp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/repl.hpp (limited to 'src/repl.hpp') diff --git a/src/repl.hpp b/src/repl.hpp deleted file mode 100644 index 5f457c4..0000000 --- a/src/repl.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#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_ */ -- cgit v1.2.3