summaryrefslogtreecommitdiff
path: root/src/engine/fen.h
blob: 3e5cecffbded2eb28ac9c6fbbb5b98b265654833 (plain)
1
2
3
4
5
6
7
#include "bitboard.h"

struct fen_load {
  bool failed;
  position_t position;
};
struct fen_load load_fen(const char* fen);