![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.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 = std::vector<BlamDebugMenuItem>() |
The list of items within the debug menu. More... | |
Structure containing data for the root of the debug menu.
std::vector<BlamDebugMenuItem> BlamDebugMenu::items = std::vector<BlamDebugMenuItem>() |
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
.