split code
This commit is contained in:
parent
b3a1e476b2
commit
01253b66de
6 changed files with 403 additions and 381 deletions
|
|
@ -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.**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue