aboutsummaryrefslogtreecommitdiff
path: root/src/fen.hpp
diff options
context:
space:
mode:
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_ */