aboutsummaryrefslogtreecommitdiff
path: root/src/fen.cpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-26 19:16:57 +0200
committerAdam <adammegarules1@gmail.com>2026-07-26 19:16:57 +0200
commit7e8d89f357aaf8d8a6148ef051752dd53eb0285f (patch)
treeb169dcc4e0bc00bc2bb39c9c4b6ced2d3f518864 /src/fen.cpp
parenta8b482443dca91f6410a60e9023c6d9dd853b400 (diff)
adding repl
Diffstat (limited to 'src/fen.cpp')
-rw-r--r--src/fen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fen.cpp b/src/fen.cpp
index 9c3154c..9ddc795 100644
--- a/src/fen.cpp
+++ b/src/fen.cpp
@@ -8,7 +8,7 @@
bool WHITE = true;
bool BLACK = false;
-void setBoardFen(std::string fen, board *b) {
+void setBoardFen(std::string fen, Board *b) {
// example fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
int file = 0;
int rank = 0;