Jazz2/UI/Menu/IMenuContainer.h file

Namespaces

namespace Jazz2
Root namespace of Jazz² Resurrection.
namespace Jazz2::UI
User interface and menus.
namespace Jazz2::UI::Menu
Menu implementation.

Classes

class Jazz2::UI::Menu::IMenuContainer
Base interface of a menu container.

Enums

enum class ChangedPreferencesType { None = 0x00, Audio = 0x01, Graphics = 0x02, Gameplay = 0x04, Language = 0x08, ControlScheme = 0x10, MainMenu = 0x20 }
Changed preferences, supports a bitwise combination of its member values.