![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
#include "ui.h"
#include "components/ui/blam/widgets/advanced/console.h"
#include "components/ui/blam/widgets/advanced/uid_cypher.h"
#include "components/ui/blam/widgets/advanced/BlamUIWidget_FramerateDisplay.h"
#include "components/ui/blam/widgets/advanced/BlamUIWidget_CoordinatesDisplay.h"
#include "components/ui/blam/widgets/advanced/debug_menu/debug_menu.h"
#include "components/ui/blam/widgets/advanced/BlamUIWidget_CrashScreen.h"
#include "components/diagnostics/logger/logger.h"
#include "components/rendering/rendering.h"
Variables | |
BlamUIWidget_Group * | ui_root = nullptr |
The UI root widget. More... | |
bool | draw_fail_message_shown = false |
Whether or not the "draw failure" message has been displayed. Used to prevent spamming the log if the UI fails to render. More... | |
bool draw_fail_message_shown = false |
Whether or not the "draw failure" message has been displayed. Used to prevent spamming the log if the UI fails to render.
BlamUIWidget_Group* ui_root = nullptr |
The UI root widget.