This commit is contained in:
2025-02-22 18:36:59 -05:00
parent 2305a8065f
commit 6d9be3dbe6
6 changed files with 25 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
use crate::repr::board::Board;
use super::board::Board;
use const_fn::const_fn;
use static_assertions::const_assert;

View File

@@ -1,4 +1,4 @@
use crate::repr::{
use super::{
bitboard::BitBoard,
misc::{diag_raw, split_from},
piece::Piece,