Add 'CastleRights' enum
This commit is contained in:
parent
e0c667d090
commit
63c5d2dc34
2 changed files with 58 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
pub mod bitboard;
|
||||
pub use bitboard::*;
|
||||
|
||||
pub mod castle_rights;
|
||||
pub use castle_rights::*;
|
||||
|
||||
pub mod color;
|
||||
pub use color::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue