restructure

This commit is contained in:
Moritz 2025-11-19 22:05:37 +01:00
parent 2e5f6e3d7d
commit a93bfe258c
23 changed files with 83 additions and 307 deletions

View file

@ -1,5 +1,5 @@
use crate::board::*;
use crate::r#move::{Move, MoveList, MOVE_FLAG_CAPTURE, MOVE_FLAG_QUIET};
use crate::r#move::*;
use crate::square::SQUARES;
use super::tables::*;