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

Go to the source code of this file.
Enumerations | |
| enum class | program_state { about , game , left_controls , loading , lobby , main_menu , options , replay , right_controls } |
Functions | |
| std::vector< program_state > | get_all_program_states () noexcept |
| Get all the message_type values. | |
| void | test_program_state () |
| Test this class and its free functions. | |
| std::string | to_str (const program_state t) noexcept |
| std::ostream & | operator<< (std::ostream &os, const program_state t) noexcept |
|
strong |
|
noexcept |
Get all the message_type values.
|
noexcept |
| void test_program_state | ( | ) |
Test this class and its free functions.
|
noexcept |