#pragma once #include namespace MM::Components { struct Velocity2DPosition { glm::vec2 pos_vel {0.f, 0.f}; }; } // MM::Components