[bitboard] Make the bitboard crate more crate-like
Export symbols needed to use BitBoard and BitBoardBuilder. Fix build errors.
This commit is contained in:
parent
d901be53d2
commit
3cec64d686
4 changed files with 9 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
use super::BitBoard;
|
||||
use crate::BitBoard;
|
||||
use chessfriend_core::{Direction, Square};
|
||||
use std::sync::Once;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue