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