chore: formatting

This commit is contained in:
2025-10-23 21:34:13 +02:00
parent 32873d14ae
commit 3574634c4c

View File

@ -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_