[board] Move position flags to a Flags struct in its own module

This commit is contained in:
Eryn Wells 2024-01-13 11:15:09 -08:00
parent 7c80c61690
commit 953c2f1522
3 changed files with 82 additions and 40 deletions

View file

@ -1,6 +1,7 @@
// Eryn Wells <eryn@erynwells.me>
mod diagram_formatter;
mod flags;
mod pieces;
mod position;