added file and module structure for bitboard::movegen::rooks

This commit is contained in:
Varga Dávid Lajos
2025-11-20 12:14:31 +01:00
parent 35cb1eeb73
commit 9fb3d15bed
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
mod pawns;
mod knights;
mod bishops;
mod rooks;
use super::board::Board;
use super::movebuffer::MoveBuffer;

View File

@@ -0,0 +1 @@
use super::*;