Add 'CastleRights' enum

This commit is contained in:
Bruno BELANYI 2022-07-18 13:27:03 +02:00
parent e0c667d090
commit 63c5d2dc34
2 changed files with 58 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::*;