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