Rename mjtnum.h to mjtype.h, move enum types to mjtype.h

PiperOrigin-RevId: 919020039
Change-Id: I441295c0baa0b7456f78239fbd5478d32ffc07c1
This commit is contained in:
Yuval Tassa
2026-05-21 06:42:56 -07:00
committed by Copybara-Service
parent ad96acfb16
commit 2810edd27a
77 changed files with 1117 additions and 1110 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#include <cstddef>
#include <iostream>
#include <mujoco/mjtnum.h>
#include <mujoco/mjtype.h>
namespace mujoco::python::_impl {