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