#ifndef SRC_FEN_H_ #define SRC_FEN_H_ #include #include "board.hpp" void setBoardFen(const std::string &fen, Game *g); #endif /* SRC_FEN_H_ */