|
|
@ -43,6 +43,7 @@ namespace Inferno { |
|
|
|
|
|
|
|
|
|
|
|
// ----------------------------------------
|
|
|
|
// ----------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const LogStream& operator<<(const LogStream& stream, const TransformComponent& value); |
|
|
|
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::mat4& value); |
|
|
|
const LogStream& operator<<(const LogStream& stream, const glm::mat4& value); |
|
|
|
|
|
|
|
|
|
|
|