Expose magic bitboard generation to parent module

This commit is contained in:
Bruno BELANYI 2024-03-31 11:55:59 +01:00
parent 2bdfbbf467
commit 459b878342

View file

@ -1,4 +1,5 @@
pub(crate) mod generation;
mod generation;
pub(crate) use generation::*;
mod mask;
use crate::board::{Bitboard, Square};