adde file and module structure for bitboard::bitmove.rs

This commit is contained in:
Varga Dávid Lajos
2025-11-18 17:02:07 +01:00
parent 3ebfc61ac7
commit 887b9abed8
2 changed files with 1 additions and 0 deletions

View File

@@ -3,5 +3,6 @@ mod utils;
mod legality;
mod checkinfo;
mod attacks;
mod bitmove;
pub mod board;

View File