added file and module structure for bitboard::movegen.rs

This commit is contained in:
Varga Dávid Lajos
2025-11-19 20:16:48 +01:00
parent f39c113ef9
commit ee61528891
2 changed files with 1 additions and 0 deletions

View File

@@ -5,5 +5,6 @@ mod checkinfo;
mod attacks;
mod bitmove;
mod movebuffer;
mod movegen;
pub mod board;

View File