[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 display;
|
||||||
pub mod en_passant;
|
pub mod en_passant;
|
||||||
pub mod fen;
|
pub mod fen;
|
||||||
|
pub mod flags;
|
||||||
|
pub mod macros;
|
||||||
|
|
||||||
mod board;
|
mod board;
|
||||||
mod builder;
|
mod builder;
|
||||||
mod flags;
|
|
||||||
mod macros;
|
|
||||||
mod piece_sets;
|
mod piece_sets;
|
||||||
|
|
||||||
pub use board::Board;
|
pub use board::Board;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue