Add 'CastleRights' enum

This commit is contained in:
Bruno BELANYI 2022-07-18 13:27:03 +02:00
parent 3553428bb9
commit 688b624dd1
2 changed files with 62 additions and 0 deletions

View file

@ -1,6 +1,9 @@
pub mod bitboard;
pub use bitboard::*;
pub mod castle_rights;
pub use castle_rights::*;
pub mod color;
pub use color::*;