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