Files
omath/include/omath/engines/rage_engine/mesh.hpp
T
2026-06-03 13:42:13 +03:00

14 lines
283 B
C++

//
// Created by Codex on 6/3/2026.
//
#pragma once
#include "constants.hpp"
#include "omath/3d_primitives/mesh.hpp"
#include "traits/mesh_trait.hpp"
namespace omath::rage_engine
{
using Mesh = primitives::Mesh<Mat4X4, ViewAngles, MeshTrait>;
} // namespace omath::rage_engine