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

Go to the source code of this file.
Enumerations | |
| enum class | menu_view_item { start , options , about , quit } |
| The items in the Menu dialog. More... | |
Functions | |
| std::vector< menu_view_item > | get_all_menu_view_items () noexcept |
| menu_view_item | get_next (const menu_view_item there) |
| menu_view_item | get_previous (const menu_view_item &there) |
| void | test_menu_view_item () |
|
strong |
|
noexcept |
| menu_view_item get_next | ( | const menu_view_item | there | ) |
| menu_view_item get_previous | ( | const menu_view_item & | there | ) |
| void test_menu_view_item | ( | ) |