17 #ifndef HEADER_SUPERTUX_GUI_ITEM_PATHS_HPP 18 #define HEADER_SUPERTUX_GUI_ITEM_PATHS_HPP 20 #include "gui/menu_item.hpp" 27 ItemPaths(
const std::string& text,
PathObject& target,
const std::string& path_ref,
int id = -1);
34 std::string m_path_ref;
Definition: item_paths.hpp:24
virtual void process_action(const MenuAction &action) override
Processes the menu action.
Definition: item_paths.cpp:31
A base class for all objects that contain, or make use of a path.
Definition: path_object.hpp:36