Rename movegen module files and make readability improvements
This commit is contained in:
@@ -194,7 +194,7 @@ mod tests {
|
||||
use crate::{
|
||||
board::{fen::from_fen, square::Square},
|
||||
interface::uci::{parse_command, Command},
|
||||
movegen::{attack::init_attacks, r#move::Move},
|
||||
movegen::{attack_generator::init_attacks, r#move::Move},
|
||||
};
|
||||
|
||||
use super::uci_go;
|
||||
|
||||
Reference in New Issue
Block a user