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

This commit is contained in:
Varga Dávid Lajos
2025-11-19 21:03:27 +01:00
parent 372d86b451
commit 2e82a52f27
2 changed files with 2 additions and 0 deletions

View File

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

View File

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