generation

This commit is contained in:
Victor Bombi
2020-04-17 20:28:20 +02:00
parent 39983d8970
commit 3e6ef21864
2 changed files with 10 additions and 8 deletions

View File

@@ -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": [

View File

@@ -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"