#ifndef FEN_H #define FEN_H #include "bitboard.h" struct fen_load { bool failed; position_t position; }; struct fen_load load_fen(const char* fen); #endif // FEN_H