From 51d27e1ab9058c9e0fafb399e22edf7b38470510 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Jul 2026 20:14:54 +0200 Subject: adding uci --- src/fen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fen.cpp') diff --git a/src/fen.cpp b/src/fen.cpp index fa8f289..21ea778 100644 --- a/src/fen.cpp +++ b/src/fen.cpp @@ -9,7 +9,7 @@ bool WHITE = true; bool BLACK = false; -void setBoardFen(std::string fen, Board *b) { +void setBoardFen(std::string fen, Game *b) { // example fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1 int file = 0; int rank = 0; -- cgit v1.2.3