Add 'CastleRights' enum
This commit is contained in:
parent
3553428bb9
commit
688b624dd1
2 changed files with 62 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