[board] Move position flags to a Flags struct in its own module
This commit is contained in:
parent
7c80c61690
commit
953c2f1522
3 changed files with 82 additions and 40 deletions
|
@ -1,6 +1,7 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
mod diagram_formatter;
|
||||
mod flags;
|
||||
mod pieces;
|
||||
mod position;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue