diff --git a/include/omath/engines/cry_engine/mesh.hpp b/include/omath/engines/cry_engine/mesh.hpp new file mode 100644 index 0000000..9695f0c --- /dev/null +++ b/include/omath/engines/cry_engine/mesh.hpp @@ -0,0 +1,12 @@ +// +// Created by Vladislav on 09.11.2025. +// +#pragma once +#include "constants.hpp" +#include "omath/3d_primitives/mesh.hpp" +#include "traits/mesh_trait.hpp" + +namespace omath::cry_engine +{ + using Mesh = primitives::Mesh; +} \ No newline at end of file