Line separators until column 44

This commit is contained in:
Riyyi
2021-01-28 23:14:30 +01:00
parent 98785fa182
commit 62eddf8a6b
3 changed files with 3 additions and 3 deletions
@@ -15,7 +15,7 @@ namespace Inferno {
glm::mat4 transform { 1.0f }; // Identity matrix 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::vec3& value);
const LogStream& operator<<(const LogStream& stream, const glm::vec4& value); const LogStream& operator<<(const LogStream& stream, const glm::vec4& value);
+1 -1
View File
@@ -70,7 +70,7 @@ class Texture;
}; };
// ---------------------------------------- // -----------------------------------------
const LogStream& operator<<(const LogStream& stream, const glm::ivec2& value); const LogStream& operator<<(const LogStream& stream, const glm::ivec2& value);
+1 -1
View File
@@ -75,7 +75,7 @@ namespace Inferno {
std::shared_ptr<entt::registry> m_registry; std::shared_ptr<entt::registry> m_registry;
}; };
// ---------------------------------------- // -----------------------------------------
const LogStream& operator<<(const LogStream& stream, entt::entity handle); const LogStream& operator<<(const LogStream& stream, entt::entity handle);