![]() |
Conquer Chess
Chess and Starcraft combined
|
#include <string>#include <vector>

Go to the source code of this file.
Enumerations | |
| enum class | castling_type { king_side , queen_side } |
| The type of castling. More... | |
Functions | |
| std::vector< castling_type > | get_all_castling_types () noexcept |
| Get all the message_type values. | |
| void | test_castling_type () |
| Test this class and its free functions. | |
| std::string | to_str (const castling_type t) noexcept |
|
strong |
|
noexcept |
Get all the message_type values.
| void test_castling_type | ( | ) |
Test this class and its free functions.
|
noexcept |