[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:
parent
ddea2c2d63
commit
5961b1bcd5
12 changed files with 20 additions and 29 deletions
|
@ -1,9 +1,8 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
use crate::{
|
||||
bitboard::BitBoard,
|
||||
piece::{Color, Piece, Shape},
|
||||
Move, Position,
|
||||
BitBoard, Move, Position,
|
||||
};
|
||||
|
||||
enum MoveList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue