Add 'Piece' enum

This commit is contained in:
Bruno BELANYI 2022-07-20 19:07:16 +02:00
parent 337b8f61f4
commit 2b9b637ab5
2 changed files with 71 additions and 0 deletions

View file

@ -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::*;