aboutsummaryrefslogtreecommitdiff
path: root/src/repl.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-27 20:14:54 +0200
committerAdam <adammegarules1@gmail.com>2026-07-27 20:14:54 +0200
commit51d27e1ab9058c9e0fafb399e22edf7b38470510 (patch)
treef0528298123fcb33eb426a5aa099afd2a8d00a90 /src/repl.hpp
parentf1ded0290393709d437c6e149861ceb91d241c64 (diff)
adding uci
Diffstat (limited to 'src/repl.hpp')
-rw-r--r--src/repl.hpp12
1 files changed, 0 insertions, 12 deletions
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 <vector>
-
-int startREPL(Board *b);
-void PrintMoves(const std::vector<Move> &moves);
-bool isValidChessRank(char rank);
-bool isValidChessFile(char rank);
-
-#endif /* SRC_REPL_H_ */