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

@@ -48,4 +48,4 @@ pool_t *pos_pool_init();
pos_t *pos_get();
pos_t *pos_dup(pos_t *pos);
#endif
#endif /* POSITION_H */