[board] Make the flags and macros modules public
This commit is contained in:
parent
fb6d1ad2f0
commit
7a46d52e8d
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ pub mod castle;
|
|||
pub mod display;
|
||||
pub mod en_passant;
|
||||
pub mod fen;
|
||||
pub mod flags;
|
||||
pub mod macros;
|
||||
|
||||
mod board;
|
||||
mod builder;
|
||||
mod flags;
|
||||
mod macros;
|
||||
mod piece_sets;
|
||||
|
||||
pub use board::Board;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue