From 62eddf8a6b8409afd13f12c8a13ec130365a94e4 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 28 Jan 2021 23:14:30 +0100 Subject: [PATCH] Line separators until column 44 --- inferno/src/inferno/component/transformcomponent.h | 2 +- inferno/src/inferno/render/font.h | 2 +- inferno/src/inferno/scene/scene.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inferno/src/inferno/component/transformcomponent.h b/inferno/src/inferno/component/transformcomponent.h index 3e0c299..1c76128 100644 --- a/inferno/src/inferno/component/transformcomponent.h +++ b/inferno/src/inferno/component/transformcomponent.h @@ -15,7 +15,7 @@ namespace Inferno { glm::mat4 transform { 1.0f }; // Identity matrix }; -// ---------------------------------------- +// ----------------------------------------- const LogStream& operator<<(const LogStream& stream, const glm::vec3& value); const LogStream& operator<<(const LogStream& stream, const glm::vec4& value); diff --git a/inferno/src/inferno/render/font.h b/inferno/src/inferno/render/font.h index a3d5ead..2d15d75 100644 --- a/inferno/src/inferno/render/font.h +++ b/inferno/src/inferno/render/font.h @@ -70,7 +70,7 @@ class Texture; }; -// ---------------------------------------- +// ----------------------------------------- const LogStream& operator<<(const LogStream& stream, const glm::ivec2& value); diff --git a/inferno/src/inferno/scene/scene.h b/inferno/src/inferno/scene/scene.h index ee35159..e8e109e 100644 --- a/inferno/src/inferno/scene/scene.h +++ b/inferno/src/inferno/scene/scene.h @@ -75,7 +75,7 @@ namespace Inferno { std::shared_ptr m_registry; }; -// ---------------------------------------- +// ----------------------------------------- const LogStream& operator<<(const LogStream& stream, entt::entity handle);