aboutsummaryrefslogtreecommitdiff
path: root/src/fen.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-26 14:10:48 +0200
committerAdam <adammegarules1@gmail.com>2026-07-26 14:10:48 +0200
commitc04f179b9902532a8d5db0c2ebd98460a70fc652 (patch)
tree6fe2718c2a172a24c5bf2fc24030392007c80ffa /src/fen.hpp
parent1db141c6c0d87cde4270d50b661162273ef6a9f5 (diff)
making repl work
Diffstat (limited to 'src/fen.hpp')
-rw-r--r--src/fen.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fen.hpp b/src/fen.hpp
new file mode 100644
index 0000000..c1a723e
--- /dev/null
+++ b/src/fen.hpp
@@ -0,0 +1,7 @@
+#ifndef SRC_BOARD_H_
+#define SRC_BOARD_H_
+
+#include "board.hpp"
+#include <string>
+void setBoardFen(std::string fen, board *b);
+#endif /* SRC_BOARD_H_ */