![]() |
Blamite Game Engine - blam!
00272.10.26.20.0001.blamite
The core library for the Blamite Game Engine.
|
Structure containing data for the root of the debug menu. More...
#include <blam_ui.h>
Public Attributes | |
std::string | title |
The title of the main page of the debug menu. Defaults to Main . More... | |
std::vector< MenuItem > | items |
The list of items within the debug menu. More... | |
Structure containing data for the root of the debug menu.
std::vector<MenuItem> Blam::DebugMenu::Menu::items |
The list of items within the debug menu.
std::string Blam::DebugMenu::Menu::title |
The title of the main page of the debug menu. Defaults to Main
.