aboutsummaryrefslogtreecommitdiff
path: root/src/board.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/board.hpp')
-rw-r--r--src/board.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/board.hpp b/src/board.hpp
index f085326..23f89ad 100644
--- a/src/board.hpp
+++ b/src/board.hpp
@@ -43,7 +43,6 @@ struct Move {
bool operator==(const Move &) const = default;
};
void printBoard(board *b);
-void setBoardFen(std::string fen, board *b);
Piece createPiece(pieceType type, bool color, bool moved = false);
void PlayMove(Move move, board *b); // TODO implement