#include <iosfwd>
#include <string>
#include <vector>
Go to the source code of this file.
◆ options_view_item
A selectable item at in the Options menu.
A thing that can be changed in the Options menu.
| Enumerator |
|---|
| game_speed | |
| left_controls | |
| music_volume | |
| right_controls | |
| sound_effects_volume | |
| starting_position | |
◆ get_above()
Get the item above the current one, i.e.
the item when the user presses up
◆ get_all_options_view_items()
Get all the options view items.
◆ get_below()
Get the item below the current one, i.e.
the item when the user presses down
◆ get_left_of()
Get the item left of the current one, i.e.
the item when the user presses left
◆ get_right_of()
Get the item right of the current one, i.e.
the item when the user presses right
◆ operator<<()
◆ test_options_view_item()
| void test_options_view_item |
( |
| ) |
|
Test this class and free functions.
◆ to_str()