[board] Export BitBoard directly off of the crate for internal use

Update all the imports to import from the crate directly.
This commit is contained in:
Eryn Wells 2024-01-14 10:57:22 -08:00
parent ddea2c2d63
commit 5961b1bcd5
12 changed files with 20 additions and 29 deletions

View file

@ -1,8 +1,8 @@
// Eryn Wells <eryn@erynwells.me>
use super::Position;
use crate::bitboard::BitBoard;
use crate::piece::{Color, Piece, PlacedPiece, Shape};
use crate::BitBoard;
use crate::Square;
pub struct Pieces<'a> {