generate again

This commit is contained in:
Victor Bombi
2020-06-30 09:41:01 +02:00
parent 4645c082fa
commit c1f0030b20
5 changed files with 3 additions and 5 deletions

View File

@@ -9025,7 +9025,6 @@
"funcname": "ImVec2ih", "funcname": "ImVec2ih",
"location": "internal", "location": "internal",
"ov_cimguiname": "ImVec2ih_ImVec2ihVec2", "ov_cimguiname": "ImVec2ih_ImVec2ihVec2",
"ret": "explicit",
"signature": "(const ImVec2)", "signature": "(const ImVec2)",
"stname": "ImVec2ih" "stname": "ImVec2ih"
} }

View File

@@ -7580,7 +7580,6 @@ defs["ImVec2ih_ImVec2ih"][3]["defaults"] = {}
defs["ImVec2ih_ImVec2ih"][3]["funcname"] = "ImVec2ih" defs["ImVec2ih_ImVec2ih"][3]["funcname"] = "ImVec2ih"
defs["ImVec2ih_ImVec2ih"][3]["location"] = "internal" defs["ImVec2ih_ImVec2ih"][3]["location"] = "internal"
defs["ImVec2ih_ImVec2ih"][3]["ov_cimguiname"] = "ImVec2ih_ImVec2ihVec2" defs["ImVec2ih_ImVec2ih"][3]["ov_cimguiname"] = "ImVec2ih_ImVec2ihVec2"
defs["ImVec2ih_ImVec2ih"][3]["ret"] = "explicit"
defs["ImVec2ih_ImVec2ih"][3]["signature"] = "(const ImVec2)" defs["ImVec2ih_ImVec2ih"][3]["signature"] = "(const ImVec2)"
defs["ImVec2ih_ImVec2ih"][3]["stname"] = "ImVec2ih" defs["ImVec2ih_ImVec2ih"][3]["stname"] = "ImVec2ih"
defs["ImVec2ih_ImVec2ih"]["()"] = defs["ImVec2ih_ImVec2ih"][1] defs["ImVec2ih_ImVec2ih"]["()"] = defs["ImVec2ih_ImVec2ih"][1]

View File

@@ -151,7 +151,7 @@ igTreeNodeExV 2
ImVec2ih_ImVec2ih 3 ImVec2ih_ImVec2ih 3
1 nil ImVec2ih_ImVec2ihNil () 1 nil ImVec2ih_ImVec2ihNil ()
2 nil ImVec2ih_ImVec2ihshort (short,short) 2 nil ImVec2ih_ImVec2ihshort (short,short)
3 explicit ImVec2ih_ImVec2ihVec2 (const ImVec2) 3 nil ImVec2ih_ImVec2ihVec2 (const ImVec2)
ImGuiStyleMod_ImGuiStyleMod 3 ImGuiStyleMod_ImGuiStyleMod 3
1 nil ImGuiStyleMod_ImGuiStyleModInt (ImGuiStyleVar,int) 1 nil ImGuiStyleMod_ImGuiStyleModInt (ImGuiStyleVar,int)
2 nil ImGuiStyleMod_ImGuiStyleModFloat (ImGuiStyleVar,float) 2 nil ImGuiStyleMod_ImGuiStyleModFloat (ImGuiStyleVar,float)

View File

@@ -3797,7 +3797,7 @@
}, },
{ {
"name": "CurrentTabBarStack", "name": "CurrentTabBarStack",
"template_type": "ImGui*OrIndex", "template_type": "ImGuiPtrOrIndex",
"type": "ImVector_ImGuiPtrOrIndex" "type": "ImVector_ImGuiPtrOrIndex"
}, },
{ {

View File

@@ -2944,7 +2944,7 @@ defs["structs"]["ImGuiContext"][141]["template_type"] = "ImGuiTabBar"
defs["structs"]["ImGuiContext"][141]["type"] = "ImPool_ImGuiTabBar" defs["structs"]["ImGuiContext"][141]["type"] = "ImPool_ImGuiTabBar"
defs["structs"]["ImGuiContext"][142] = {} defs["structs"]["ImGuiContext"][142] = {}
defs["structs"]["ImGuiContext"][142]["name"] = "CurrentTabBarStack" defs["structs"]["ImGuiContext"][142]["name"] = "CurrentTabBarStack"
defs["structs"]["ImGuiContext"][142]["template_type"] = "ImGui*OrIndex" defs["structs"]["ImGuiContext"][142]["template_type"] = "ImGuiPtrOrIndex"
defs["structs"]["ImGuiContext"][142]["type"] = "ImVector_ImGuiPtrOrIndex" defs["structs"]["ImGuiContext"][142]["type"] = "ImVector_ImGuiPtrOrIndex"
defs["structs"]["ImGuiContext"][143] = {} defs["structs"]["ImGuiContext"][143] = {}
defs["structs"]["ImGuiContext"][143]["name"] = "ShrinkWidthBuffer" defs["structs"]["ImGuiContext"][143]["name"] = "ShrinkWidthBuffer"