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

This commit is contained in:
Varga Dávid Lajos
2025-11-19 20:39:00 +01:00
parent 48272d6d70
commit 3f7cc2df4d
2 changed files with 2 additions and 0 deletions

View File

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

View File