aboutsummaryrefslogtreecommitdiff
path: root/src/fen.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fen.hpp')
-rw-r--r--src/fen.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/fen.hpp b/src/fen.hpp
new file mode 100644
index 0000000..19f88e2
--- /dev/null
+++ b/src/fen.hpp
@@ -0,0 +1,9 @@
+#ifndef SRC_FEN_H_
+#define SRC_FEN_H_
+
+#include <string>
+
+#include "board.hpp"
+
+void setBoardFen(std::string fen, board *b);
+#endif /* SRC_FEN_H_ */