Add 'Move'

This commit is contained in:
Bruno BELANYI 2022-07-25 19:12:51 +02:00
parent 80e3ace8fc
commit e7e5927902
2 changed files with 234 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::*;