added file and module structure for bitboard::makemove::captures
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mod quiets;
|
||||
mod captures;
|
||||
|
||||
use super::bitmove::BitMoveType;
|
||||
use super::bitmove::BitMove;
|
||||
|
||||
5
engine/src/bitboard/makemove/captures.rs
Normal file
5
engine/src/bitboard/makemove/captures.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use super::*;
|
||||
|
||||
impl Board {
|
||||
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
use super::*;
|
||||
|
||||
impl Board {
|
||||
|
||||
Reference in New Issue
Block a user