added file and module structure for bitboard::movegen::knights
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mod pawns;
|
||||
mod knights;
|
||||
|
||||
use super::board::Board;
|
||||
use super::movebuffer::MoveBuffer;
|
||||
|
||||
1
engine/src/bitboard/movegen/knights.rs
Normal file
1
engine/src/bitboard/movegen/knights.rs
Normal file
@@ -0,0 +1 @@
|
||||
use super::*;
|
||||
Reference in New Issue
Block a user