void test_board_to_text_options()
Test this class and its free functions.
Definition board_to_text_options.cpp:15
Options on how to convert a chessboard to text.
Definition board_to_text_options.h:10
void set_show_legend(const bool show_legend) noexcept
Definition board_to_text_options.h:24
void set_show_coordinats(const bool show_coordinats) noexcept
Definition board_to_text_options.h:20
bool get_show_coordinats() const noexcept
Definition board_to_text_options.h:17
bool get_show_legend() const noexcept
Definition board_to_text_options.h:18