1
0
Fork 0

split code

This commit is contained in:
Paul-Nicolas Madelaine 2025-11-13 23:10:22 +01:00
parent b3a1e476b2
commit 01253b66de
6 changed files with 403 additions and 381 deletions

View file

@ -9,6 +9,7 @@
//! Examples: *`e2e4`*, *`d1d8`*, *`e1g1`* (short castling), *`h7h8q`* (promotion)
use crate::board::*;
use crate::moves::*;
use crate::position::*;
/// **The UCI notation of a move.**