Add 'Move'
This commit is contained in:
parent
856c3a873d
commit
ddc8ecc474
2 changed files with 235 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