17 #ifndef HEADER_SUPERTUX_GUI_ITEM_STRING_ARRAY_HPP 18 #define HEADER_SUPERTUX_GUI_ITEM_STRING_ARRAY_HPP 20 #include "gui/menu_item.hpp" 26 ItemStringArray(
const std::string& text, std::vector<std::string>& items,
int id = -1);
31 std::vector<std::string>& m_items;
Definition: item_string_array.hpp:23
virtual void process_action(const MenuAction &action) override
Processes the menu action.
Definition: item_string_array.cpp:29