[bitboard] Make the bitboard crate more crate-like

Export symbols needed to use BitBoard and BitBoardBuilder.
Fix build errors.
This commit is contained in:
Eryn Wells 2024-01-24 09:16:21 -08:00
parent d901be53d2
commit 3cec64d686
4 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
// Eryn Wells <eryn@erynwells.me>
use super::BitBoard;
use crate::BitBoard;
use chessfriend_core::{Direction, Square};
use std::sync::Once;