[moves, position] Move MoveRecord to the moves crate
This commit is contained in:
parent
b8f45aaece
commit
34e8c08c36
5 changed files with 8 additions and 7 deletions
|
@ -9,11 +9,10 @@ use chessfriend_moves::{
|
|||
AllPiecesMoveGenerator, BishopMoveGenerator, KingMoveGenerator, KnightMoveGenerator,
|
||||
PawnMoveGenerator, QueenMoveGenerator, RookMoveGenerator,
|
||||
},
|
||||
GeneratedMove,
|
||||
GeneratedMove, Move, MoveRecord,
|
||||
};
|
||||
pub use make_move::{MakeMoveError, ValidateMove};
|
||||
|
||||
use crate::move_record::MoveRecord;
|
||||
use captures::CapturesList;
|
||||
use chessfriend_bitboard::BitBoard;
|
||||
use chessfriend_board::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue