![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
#include <sstream>
#include <iomanip>
#include <random>
#include <thread>
#include "../../render_stack.h"
#include "components/settings/config/config.h"
#include "components/3rdparty/imgui/imgui.h"
#include "components/core/events/events.h"
#include "components/core/events/events/Tick/TickEvent.h"
#include <Strings/components/utils/converters/converters.h>
Go to the source code of this file.
Classes | |
class | BlamRendering::RenderStack::TickCounter |
Class to contain the onscreen tick counter display. More... | |
Namespaces | |
BlamRendering | |
Namespace for things relating to rendering. | |
BlamRendering::RenderStack | |
Namespace containing things relating to the Render Stack. | |