![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
#include <map>
#include "components/diagnostics/logger/logger.h"
#include "components/3rdparty/imgui/imgui.h"
#include "components/resources/engine_globals/globals.h"
Go to the source code of this file.
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. | |
Macros | |
#define | BLAM |
Functions | |
BLAM ImVec4 | InternalUI::Colors::MessageColorToImColor (std::string color_id) |
Retrieves a color by its ID, as an ImGUI-compatiable color. More... | |
#define BLAM |