[position] Re-export moves::ValidateMove from the position crate
This commit is contained in:
parent
5085cef197
commit
3bdeea00e5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ mod position;
|
|||
mod macros;
|
||||
|
||||
pub use chessfriend_board::{fen, PlacePieceError, PlacePieceStrategy};
|
||||
pub use chessfriend_moves::GeneratedMove;
|
||||
pub use chessfriend_moves::{GeneratedMove, ValidateMove};
|
||||
pub use position::Position;
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue