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

This commit is contained in:
Varga Dávid Lajos
2025-11-20 12:28:46 +01:00
parent c2abc08206
commit e9f7663488
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ mod knights;
mod bishops;
mod rooks;
mod queens;
mod kings;
use super::board::Board;
use super::movebuffer::MoveBuffer;

View File

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