Line separators until column 44
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -70,7 +70,7 @@ class Texture;
|
||||
};
|
||||
|
||||
|
||||
// ----------------------------------------
|
||||
// -----------------------------------------
|
||||
|
||||
const LogStream& operator<<(const LogStream& stream, const glm::ivec2& value);
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ namespace Inferno {
|
||||
std::shared_ptr<entt::registry> m_registry;
|
||||
};
|
||||
|
||||
// ----------------------------------------
|
||||
// -----------------------------------------
|
||||
|
||||
const LogStream& operator<<(const LogStream& stream, entt::entity handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user