![]() |
Blamite Game Engine - Blam (Core)
|
#include <set>
#include "components/rendering/rendering.h"
#include "../../render_stack.h"
#include "components/core/console/console.h"
#include "components/core/utils/string/string.h"
#include "components/core/config/config.h"
#include "components/core/logger/logger.h"
#include "components/core/utils/math/math.h"
#include "components/haloscript/haloscript.h"
#include "components/events/events.h"
#include "components/tick/tick.h"
#include "components/animation/animations/ColorTransition.h"
Go to the source code of this file.
Classes | |
class | BlamRendering::RenderStack::ConsoleMessage |
class | BlamRendering::RenderStack::ConsoleUI |
Namespaces | |
BlamRendering | |
Namespace for things relating to rendering. | |
BlamRendering::RenderStack | |
Namespace containing things relating to the Render Stack. | |