Expose magic bitboard generation to parent module

This commit is contained in:
Bruno BELANYI 2024-03-31 11:55:59 +01:00
parent 6cc0380b02
commit 8fe444c59a

View file

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