18 #ifndef HEADER_SUPERTUX_SUPERTUX_MENU_OPTIONS_MENU_HPP 19 #define HEADER_SUPERTUX_SUPERTUX_MENU_OPTIONS_MENU_HPP 21 #include "gui/menu.hpp" 29 void menu_action(
MenuItem& item)
override;
32 int next_magnification;
33 int next_aspect_ratio;
34 int next_window_resolution;
38 int next_sound_volume;
39 int next_music_volume;
41 std::vector<std::string> magnifications;
42 std::vector<std::string> aspect_ratios;
43 std::vector<std::string> window_resolutions;
44 std::vector<std::string> resolutions;
45 std::vector<std::string> vsyncs;
46 std::vector<std::string> framerates;
47 std::vector<std::string> sound_volumes;
48 std::vector<std::string> music_volumes;