#pragma once #include namespace MM::Components { struct Scale2D { glm::vec2 scale {1.f, 1.f}; }; } // MM::Components