Move naive move generation into sub-module
This commit is contained in:
parent
9601a5657a
commit
a4fd4f5cc4
9 changed files with 19 additions and 63 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use crate::board::{Bitboard, Square};
|
||||
use crate::movegen::bishop::bishop_moves;
|
||||
use crate::movegen::rook::rook_moves;
|
||||
use crate::movegen::naive::{bishop_moves, rook_moves};
|
||||
use crate::movegen::Magic;
|
||||
|
||||
use super::mask::{generate_bishop_mask, generate_rook_mask};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue