Add 'Rank' enum
This commit is contained in:
parent
fdfc1fcf63
commit
4eff49f367
2 changed files with 88 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
pub mod bitboard;
|
||||
pub use bitboard::*;
|
||||
|
||||
pub mod rank;
|
||||
pub use rank::*;
|
||||
|
||||
pub mod square;
|
||||
pub use square::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue