Add 'Move'
This commit is contained in:
parent
80e3ace8fc
commit
e7e5927902
2 changed files with 234 additions and 0 deletions
|
|
@ -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::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue