Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
BlamDebugMenu Struct Reference

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< BlamDebugMenuItemitems
 The list of items within the debug menu. More...
 

Detailed Description

Structure containing data for the root of the debug menu.

Member Data Documentation

◆ items

std::vector<BlamDebugMenuItem> BlamDebugMenu::items

The list of items within the debug menu.

◆ title

std::string BlamDebugMenu::title

The title of the main page of the debug menu. Defaults to Main.


The documentation for this struct was generated from the following file: