added file and module structure for bitboard::makemove::captures

This commit is contained in:
Varga Dávid Lajos
2025-11-27 23:50:53 +02:00
parent 171a7b8020
commit 6db4ae6d07
3 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
mod quiets;
mod captures;
use super::bitmove::BitMoveType;
use super::bitmove::BitMove;

View File

@@ -0,0 +1,5 @@
use super::*;
impl Board {
}

View File

@@ -1,4 +1,3 @@
use super::*;
impl Board {