[board] Make the fen module public so clients can access ToFen
This commit is contained in:
parent
c2a115cee9
commit
3244bfc211
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
// Eryn Wells <eryn@erynwells.me>
|
// Eryn Wells <eryn@erynwells.me>
|
||||||
|
|
||||||
|
pub mod fen;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod bitboard;
|
mod bitboard;
|
||||||
mod display;
|
mod display;
|
||||||
mod fen;
|
|
||||||
mod r#move;
|
mod r#move;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod macros;
|
mod macros;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue