![]() |
Conquer Chess
Chess and Starcraft combined
|
#include <vector>
Go to the source code of this file.
Enumerations | |
enum class | lobby_view_item { color , race , start } |
The items in the Lobby. More... | |
Functions | |
std::vector< lobby_view_item > | get_all_lobby_view_items () noexcept |
lobby_view_item | get_next (const lobby_view_item there) |
lobby_view_item | get_previous (const lobby_view_item &there) |
void | test_lobby_view_item () |
|
strong |
|
noexcept |
lobby_view_item get_next | ( | const lobby_view_item | there | ) |
lobby_view_item get_previous | ( | const lobby_view_item & | there | ) |
void test_lobby_view_item | ( | ) |