From 3574634c4c16f427f0457daa23114265fd534f71 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 23 Oct 2025 21:34:13 +0200 Subject: [PATCH] chore: formatting --- engine/include/engine/components/transform.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/include/engine/components/transform.h b/engine/include/engine/components/transform.h index 906b60b..c7eb374 100644 --- a/engine/include/engine/components/transform.h +++ b/engine/include/engine/components/transform.h @@ -5,11 +5,13 @@ #include "engine/export.h" namespace Core { + struct ENGINE_API Transform { glm::vec3 position; glm::vec3 rotation; glm::vec3 scale; }; + } #endif // COMPONENTS_TRANSFORM_H_ \ No newline at end of file