added file and module structure for bitboard::makemove
This commit is contained in:
@@ -7,4 +7,5 @@ mod movegen;
|
||||
|
||||
pub mod board;
|
||||
pub(in super) mod bitmove;
|
||||
pub(in super) mod movebuffer;
|
||||
pub(in super) mod movebuffer;
|
||||
pub(in super) mod makemove;
|
||||
6
engine/src/bitboard/makemove.rs
Normal file
6
engine/src/bitboard/makemove.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
use super::board::Board;
|
||||
|
||||
impl Board {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user