Expose magic bitboard generation to parent module
This commit is contained in:
parent
2bdfbbf467
commit
459b878342
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
pub(crate) mod generation;
|
mod generation;
|
||||||
|
pub(crate) use generation::*;
|
||||||
mod mask;
|
mod mask;
|
||||||
|
|
||||||
use crate::board::{Bitboard, Square};
|
use crate::board::{Bitboard, Square};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue