Browse Source

Line separators until column 44

master
Riyyi 3 years ago
parent
commit
62eddf8a6b
  1. 2
      inferno/src/inferno/component/transformcomponent.h
  2. 2
      inferno/src/inferno/render/font.h
  3. 2
      inferno/src/inferno/scene/scene.h

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

2
inferno/src/inferno/render/font.h

@ -70,7 +70,7 @@ class Texture;
};
// ----------------------------------------
// -----------------------------------------
const LogStream& operator<<(const LogStream& stream, const glm::ivec2& value);

2
inferno/src/inferno/scene/scene.h

@ -75,7 +75,7 @@ namespace Inferno {
std::shared_ptr<entt::registry> m_registry;
};
// ----------------------------------------
// -----------------------------------------
const LogStream& operator<<(const LogStream& stream, entt::entity handle);

Loading…
Cancel
Save