![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
#include <string>
#include <map>
#include "components/3rdparty/imgui/imgui.h"
Go to the source code of this file.
Classes | |
class | Blam::DebugUI::ImGUIDrawingGroup |
Class representing an ImGUI drawing group/draw list item. More... | |
Namespaces | |
InternalUI | |
Namespace containing things for the engine's "internal UI", which is powered through ImGUI. | |
InternalUI::Colors | |
Namespace containing things related colors used in various places in the engine. | |
Blam | |
Namespace surrounding all major engine components. | |
Blam::DebugUI | |
Namespace containing things relating to ImGUI, and the ImGUI draw list. | |
Blam::DebugUI::Windows | |
Legacy namespace to contain data for the legacy ImGUI console. | |
Macros | |
#define | duigvs(x) Blam::DebugUI::GetVisibility(x) |
Macro for Blam::DebugUI::GetVisibility(). More... | |
#define | BLAM |
#define | UI_API |
#define BLAM |
#define duigvs | ( | x | ) | Blam::DebugUI::GetVisibility(x) |
Macro for Blam::DebugUI::GetVisibility().
See Blam::DebugUI::GetVisibility for details.
#define UI_API |