Add 'Color' enum

This commit is contained in:
Bruno BELANYI 2022-07-18 13:22:04 +02:00
parent 3a6c4113fc
commit e0c667d090
2 changed files with 105 additions and 0 deletions

View file

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