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
5
src/movegen/naive/mod.rs
Normal file
5
src/movegen/naive/mod.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub mod bishop;
|
||||
pub mod king;
|
||||
pub mod knight;
|
||||
pub mod pawn;
|
||||
pub mod rook;
|
||||
Loading…
Add table
Add a link
Reference in a new issue