[board] Rename the moves modules → move_generator
Update the imports. Also update some references to crate symbols in move_generator macros to use $crate.
This commit is contained in:
parent
2d4ad70994
commit
ca9ff94d2a
11 changed files with 10 additions and 11 deletions
|
@ -3,8 +3,8 @@
|
|||
#[macro_use]
|
||||
mod bitboard;
|
||||
mod display;
|
||||
mod moves;
|
||||
mod r#move;
|
||||
mod move_generator;
|
||||
#[macro_use]
|
||||
pub mod piece;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue