bug fix for moves count + move_add, clean debug

This commit is contained in:
2021-11-08 10:05:43 +01:00
parent d38e2f4543
commit e55c2e9cbe
2 changed files with 40 additions and 31 deletions

View File

@@ -51,7 +51,7 @@ typedef struct move_s {
} move_t;
pool_t *moves_pool_init();
void move_print(move_t *move, move_flags_t flags);
int move_print(move_t *move, move_flags_t flags);
void moves_print(pos_t *move, move_flags_t flags);
int pseudo_moves_castle(pos_t *pos);
int pseudo_moves_gen(pos_t *pos, piece_list_t *piece);