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);