Move naive move generation into sub-module
This commit is contained in:
parent
5a6dbaaa10
commit
fd8e87a4fc
10 changed files with 14 additions and 13 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::bishop_moves, rook::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