Add 'Piece' enum
This commit is contained in:
parent
337b8f61f4
commit
2b9b637ab5
2 changed files with 71 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ pub use direction::*;
|
|||
pub mod file;
|
||||
pub use file::*;
|
||||
|
||||
pub mod piece;
|
||||
pub use piece::*;
|
||||
|
||||
pub mod rank;
|
||||
pub use rank::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue