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

This commit is contained in:
Varga Dávid Lajos
2025-11-19 21:08:45 +01:00
parent 2d646f0ad0
commit 06cb2b88c2
2 changed files with 2 additions and 0 deletions

View File

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

View File

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