diff --git a/generator/output/structs_and_enums.json b/generator/output/structs_and_enums.json index dd7b555..0e527f4 100644 --- a/generator/output/structs_and_enums.json +++ b/generator/output/structs_and_enums.json @@ -2679,8 +2679,9 @@ "type": "ImDrawListFlags" }, { - "name": "1]", - "type": "ImVec2 ArcFastVtx[12 *" + "name": "ArcFastVtx[12*1]", + "size": 12, + "type": "ImVec2" }, { "name": "CircleSegmentCounts[64]", @@ -4851,8 +4852,8 @@ "type": "ImGuiStyleVar" }, { - "name": "}", - "type": "union { int BackupInt[2]; float BackupFloat[2];" + "name": "", + "type": "union { int BackupInt[2]; float BackupFloat[2];}" } ], "ImGuiTabBar": [ diff --git a/generator/output/structs_and_enums.lua b/generator/output/structs_and_enums.lua index d5f64ee..622ccba 100644 --- a/generator/output/structs_and_enums.lua +++ b/generator/output/structs_and_enums.lua @@ -2101,8 +2101,9 @@ defs["structs"]["ImDrawListSharedData"][7] = {} defs["structs"]["ImDrawListSharedData"][7]["name"] = "InitialFlags" defs["structs"]["ImDrawListSharedData"][7]["type"] = "ImDrawListFlags" defs["structs"]["ImDrawListSharedData"][8] = {} -defs["structs"]["ImDrawListSharedData"][8]["name"] = "1]" -defs["structs"]["ImDrawListSharedData"][8]["type"] = "ImVec2 ArcFastVtx[12 *" +defs["structs"]["ImDrawListSharedData"][8]["name"] = "ArcFastVtx[12*1]" +defs["structs"]["ImDrawListSharedData"][8]["size"] = 12 +defs["structs"]["ImDrawListSharedData"][8]["type"] = "ImVec2" defs["structs"]["ImDrawListSharedData"][9] = {} defs["structs"]["ImDrawListSharedData"][9]["name"] = "CircleSegmentCounts[64]" defs["structs"]["ImDrawListSharedData"][9]["size"] = 64 @@ -3729,8 +3730,8 @@ defs["structs"]["ImGuiStyleMod"][1] = {} defs["structs"]["ImGuiStyleMod"][1]["name"] = "VarIdx" defs["structs"]["ImGuiStyleMod"][1]["type"] = "ImGuiStyleVar" defs["structs"]["ImGuiStyleMod"][2] = {} -defs["structs"]["ImGuiStyleMod"][2]["name"] = "}" -defs["structs"]["ImGuiStyleMod"][2]["type"] = "union { int BackupInt[2]; float BackupFloat[2];" +defs["structs"]["ImGuiStyleMod"][2]["name"] = "" +defs["structs"]["ImGuiStyleMod"][2]["type"] = "union { int BackupInt[2]; float BackupFloat[2];}" defs["structs"]["ImGuiTabBar"] = {} defs["structs"]["ImGuiTabBar"][1] = {} defs["structs"]["ImGuiTabBar"][1]["name"] = "Tabs"