bodichess main loop (move gen/eval/fen init/print pos/print moves)

This commit is contained in:
2021-11-14 11:35:03 +01:00
parent 451afea6b5
commit 5bf5d6bae9
8 changed files with 468 additions and 12 deletions

View File

@@ -18,4 +18,4 @@
pos_t *fen2pos(pos_t *pos, char *fen);
#endif
#endif /* FEN_H */