MushMachine/framework/common_components/src/mm/components/rotation2d.hpp

11 lines
108 B
C++

#pragma once
namespace MM::Components {
struct Rotation2D {
float rot {0.f};
};
} // MM::Components