Expose magic bitboard generation to parent module
This commit is contained in:
parent
6cc0380b02
commit
8fe444c59a
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;
|
||||
|
||||
use crate::board::{Bitboard, Square};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue