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