From 800082e4b3f1c12840909b1ae7b04012935d8aed Mon Sep 17 00:00:00 2001 From: Orange Date: Thu, 19 Feb 2026 06:35:08 +0300 Subject: [PATCH] added mesh --- include/omath/engines/cry_engine/mesh.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/omath/engines/cry_engine/mesh.hpp 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