From c1f0030b20488a940f0813f413d84313652bb0b2 Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Tue, 30 Jun 2020 09:41:01 +0200 Subject: [PATCH] generate again --- generator/output/definitions.json | 1 - generator/output/definitions.lua | 1 - generator/output/overloads.txt | 2 +- generator/output/structs_and_enums.json | 2 +- generator/output/structs_and_enums.lua | 2 +- 5 files changed, 3 insertions(+), 5 deletions(-) diff --git a/generator/output/definitions.json b/generator/output/definitions.json index 59643ac..22bc96f 100644 --- a/generator/output/definitions.json +++ b/generator/output/definitions.json @@ -9025,7 +9025,6 @@ "funcname": "ImVec2ih", "location": "internal", "ov_cimguiname": "ImVec2ih_ImVec2ihVec2", - "ret": "explicit", "signature": "(const ImVec2)", "stname": "ImVec2ih" } diff --git a/generator/output/definitions.lua b/generator/output/definitions.lua index b286276..4ce6136 100644 --- a/generator/output/definitions.lua +++ b/generator/output/definitions.lua @@ -7580,7 +7580,6 @@ defs["ImVec2ih_ImVec2ih"][3]["defaults"] = {} defs["ImVec2ih_ImVec2ih"][3]["funcname"] = "ImVec2ih" defs["ImVec2ih_ImVec2ih"][3]["location"] = "internal" 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]["stname"] = "ImVec2ih" defs["ImVec2ih_ImVec2ih"]["()"] = defs["ImVec2ih_ImVec2ih"][1] diff --git a/generator/output/overloads.txt b/generator/output/overloads.txt index 279795d..a37a1bb 100644 --- a/generator/output/overloads.txt +++ b/generator/output/overloads.txt @@ -151,7 +151,7 @@ igTreeNodeExV 2 ImVec2ih_ImVec2ih 3 1 nil ImVec2ih_ImVec2ihNil () 2 nil ImVec2ih_ImVec2ihshort (short,short) -3 explicit ImVec2ih_ImVec2ihVec2 (const ImVec2) +3 nil ImVec2ih_ImVec2ihVec2 (const ImVec2) ImGuiStyleMod_ImGuiStyleMod 3 1 nil ImGuiStyleMod_ImGuiStyleModInt (ImGuiStyleVar,int) 2 nil ImGuiStyleMod_ImGuiStyleModFloat (ImGuiStyleVar,float) diff --git a/generator/output/structs_and_enums.json b/generator/output/structs_and_enums.json index 03d3d9c..1292f57 100644 --- a/generator/output/structs_and_enums.json +++ b/generator/output/structs_and_enums.json @@ -3797,7 +3797,7 @@ }, { "name": "CurrentTabBarStack", - "template_type": "ImGui*OrIndex", + "template_type": "ImGuiPtrOrIndex", "type": "ImVector_ImGuiPtrOrIndex" }, { diff --git a/generator/output/structs_and_enums.lua b/generator/output/structs_and_enums.lua index ed436ea..bd98a87 100644 --- a/generator/output/structs_and_enums.lua +++ b/generator/output/structs_and_enums.lua @@ -2944,7 +2944,7 @@ defs["structs"]["ImGuiContext"][141]["template_type"] = "ImGuiTabBar" defs["structs"]["ImGuiContext"][141]["type"] = "ImPool_ImGuiTabBar" defs["structs"]["ImGuiContext"][142] = {} 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"][143] = {} defs["structs"]["ImGuiContext"][143]["name"] = "ShrinkWidthBuffer"