refactor position: now contains board (not board *)
This commit is contained in:
@@ -60,4 +60,6 @@ int pseudo_moves_gen(pos_t *pos, piece_list_t *piece, bool doit);
|
||||
int pseudo_moves_pawn(pos_t *pos, piece_list_t *piece, bool doit);
|
||||
int moves_gen(pos_t *pos, bool color, bool doit);
|
||||
|
||||
int move_doit(pos_t *pos, move_t *move);
|
||||
|
||||
#endif /* MODE_H */
|
||||
|
Reference in New Issue
Block a user