chore: formatting
This commit is contained in:
@ -5,11 +5,13 @@
|
|||||||
#include "engine/export.h"
|
#include "engine/export.h"
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
|
|
||||||
struct ENGINE_API Transform {
|
struct ENGINE_API Transform {
|
||||||
glm::vec3 position;
|
glm::vec3 position;
|
||||||
glm::vec3 rotation;
|
glm::vec3 rotation;
|
||||||
glm::vec3 scale;
|
glm::vec3 scale;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // COMPONENTS_TRANSFORM_H_
|
#endif // COMPONENTS_TRANSFORM_H_
|
||||||
Reference in New Issue
Block a user