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, 0 insertions, 9 deletions
diff --git a/src/fen.hpp b/src/fen.hpp
deleted file mode 100644
index 406f5fe..0000000
--- a/src/fen.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef SRC_FEN_H_
-#define SRC_FEN_H_
-
-#include <string>
-
-#include "board.hpp"
-
-void setBoardFen(std::string fen, Game *b);
-#endif /* SRC_FEN_H_ */