aboutsummaryrefslogtreecommitdiff
path: root/src/fen.hpp
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.hpp
parenta8b482443dca91f6410a60e9023c6d9dd853b400 (diff)
adding repl
Diffstat (limited to 'src/fen.hpp')
-rw-r--r--src/fen.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fen.hpp b/src/fen.hpp
index 19f88e2..1bd7f80 100644
--- a/src/fen.hpp
+++ b/src/fen.hpp
@@ -5,5 +5,5 @@
#include "board.hpp"
-void setBoardFen(std::string fen, board *b);
+void setBoardFen(std::string fen, Board *b);
#endif /* SRC_FEN_H_ */