make bitboards public
This commit is contained in:
parent
5d1fa02280
commit
f45a384a96
3 changed files with 28 additions and 20 deletions
|
|
@ -73,10 +73,10 @@
|
|||
//! - etc.
|
||||
|
||||
pub(crate) mod array_vec;
|
||||
pub(crate) mod bitboard;
|
||||
pub(crate) mod lookup;
|
||||
pub(crate) mod magics;
|
||||
|
||||
pub mod bitboard;
|
||||
pub mod board;
|
||||
pub mod position;
|
||||
pub mod san;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue