Add more types to known types for generator.

PiperOrigin-RevId: 932327432
Change-Id: Ia62d2679f75d786c868f9d576af40a344b675508
This commit is contained in:
Haroon Qureshi
2026-06-15 02:29:50 -07:00
committed by Copybara-Service
parent 67a1ea6dca
commit 2a210da0f7
+7 -1
View File
@@ -23,14 +23,20 @@ PRIMITIVE_TYPES: Set[str] = {
"double",
"float",
"int",
"mjtByte",
"int16_t",
"int32_t",
"int8_t",
"mjtBool",
"mjtByte",
"mjtMeshBuiltin",
"mjtNum",
"mjtObj", # Adding this to the primitives because it is used as int,
"mjtSize",
"size_t",
"uint16_t",
"uint32_t",
"uint64_t",
"uint8_t",
"uintptr_t",
"unsigned char",
"unsigned int",