Add 'File' enum

This commit is contained in:
Bruno BELANYI 2022-07-16 14:05:56 +02:00
parent 4eff49f367
commit bb04368f41
2 changed files with 88 additions and 0 deletions

View file

@ -1,6 +1,9 @@
pub mod bitboard;
pub use bitboard::*;
pub mod file;
pub use file::*;
pub mod rank;
pub use rank::*;