[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>
|
||||
|
||||
pub mod fen;
|
||||
|
||||
#[macro_use]
|
||||
mod bitboard;
|
||||
mod display;
|
||||
mod fen;
|
||||
mod r#move;
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue