aboutsummaryrefslogtreecommitdiff
path: root/src/repl.hpp
diff options
context:
space:
mode:
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_ */