Add 'Move'

This commit is contained in:
Bruno BELANYI 2022-07-25 19:12:51 +02:00
parent 856c3a873d
commit ddc8ecc474
2 changed files with 235 additions and 0 deletions

View file

@ -13,6 +13,9 @@ pub use direction::*;
pub mod file;
pub use file::*;
pub mod r#move;
pub use r#move::*;
pub mod piece;
pub use piece::*;