feat: add network manager and GeometryOperator

This commit is contained in:
parker
2025-07-03 18:41:36 +01:00
parent 503ca43713
commit a255b9a37c
7 changed files with 73 additions and 0 deletions

View File

@@ -29,4 +29,8 @@ namespace enzo
using Vector3 = Eigen::Vector3d;
using Vector4 = Eigen::Vector4d;
}
namespace nt
{
using OpId = uint64_t;
}
}