Struct Menu

Struct Documentation

struct Menu

Structure containing data for the root of the debug menu.

Public Members

std::string title

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

std::vector<MenuItem> items

The list of items within the debug menu.