Add board to fen function

This commit is contained in:
2025-08-25 20:10:38 -04:00
parent 633cdd2d7d
commit cbe16aba8a
3 changed files with 84 additions and 1 deletions

View File

@@ -1 +1,2 @@
int load_fen();
void board_to_fen(struct Board *board, char *out, size_t out_sz);