generation

This commit is contained in:
Victor Bombi
2020-09-25 17:47:58 +02:00
parent 2bb45e2d77
commit d2de965b2a
4 changed files with 14 additions and 14 deletions

View File

@@ -5098,7 +5098,7 @@
"cimguiname": "ImGuiDockNode_Rect",
"defaults": [],
"funcname": "Rect",
"location": "imgui_internal:1868",
"location": "imgui_internal:1166",
"nonUDT": 1,
"ov_cimguiname": "ImGuiDockNode_Rect",
"ret": "void",
@@ -7425,7 +7425,7 @@
"cimguiname": "ImGuiTextBuffer_clear",
"defaults": [],
"funcname": "clear",
"location": "imgui_internal:526",
"location": "imgui:1915",
"ov_cimguiname": "ImGuiTextBuffer_clear",
"ret": "void",
"signature": "()",
@@ -14730,7 +14730,7 @@
"cimguiname": "igEnd",
"defaults": [],
"funcname": "End",
"location": "imgui:2005",
"location": "imgui:294",
"namespace": "ImGui",
"ov_cimguiname": "igEnd",
"ret": "void",
@@ -22880,7 +22880,7 @@
"cimguiname": "igPopClipRect",
"defaults": [],
"funcname": "PopClipRect",
"location": "imgui:2199",
"location": "imgui:710",
"namespace": "ImGui",
"ov_cimguiname": "igPopClipRect",
"ret": "void",

View File

@@ -4237,7 +4237,7 @@ defs["ImGuiDockNode_Rect"][1]["call_args"] = "()"
defs["ImGuiDockNode_Rect"][1]["cimguiname"] = "ImGuiDockNode_Rect"
defs["ImGuiDockNode_Rect"][1]["defaults"] = {}
defs["ImGuiDockNode_Rect"][1]["funcname"] = "Rect"
defs["ImGuiDockNode_Rect"][1]["location"] = "imgui_internal:1868"
defs["ImGuiDockNode_Rect"][1]["location"] = "imgui_internal:1166"
defs["ImGuiDockNode_Rect"][1]["nonUDT"] = 1
defs["ImGuiDockNode_Rect"][1]["ov_cimguiname"] = "ImGuiDockNode_Rect"
defs["ImGuiDockNode_Rect"][1]["ret"] = "void"
@@ -6220,7 +6220,7 @@ defs["ImGuiTextBuffer_clear"][1]["call_args"] = "()"
defs["ImGuiTextBuffer_clear"][1]["cimguiname"] = "ImGuiTextBuffer_clear"
defs["ImGuiTextBuffer_clear"][1]["defaults"] = {}
defs["ImGuiTextBuffer_clear"][1]["funcname"] = "clear"
defs["ImGuiTextBuffer_clear"][1]["location"] = "imgui_internal:526"
defs["ImGuiTextBuffer_clear"][1]["location"] = "imgui:1915"
defs["ImGuiTextBuffer_clear"][1]["ov_cimguiname"] = "ImGuiTextBuffer_clear"
defs["ImGuiTextBuffer_clear"][1]["ret"] = "void"
defs["ImGuiTextBuffer_clear"][1]["signature"] = "()"
@@ -12388,7 +12388,7 @@ defs["igEnd"][1]["call_args"] = "()"
defs["igEnd"][1]["cimguiname"] = "igEnd"
defs["igEnd"][1]["defaults"] = {}
defs["igEnd"][1]["funcname"] = "End"
defs["igEnd"][1]["location"] = "imgui:2005"
defs["igEnd"][1]["location"] = "imgui:294"
defs["igEnd"][1]["namespace"] = "ImGui"
defs["igEnd"][1]["ov_cimguiname"] = "igEnd"
defs["igEnd"][1]["ret"] = "void"
@@ -19366,7 +19366,7 @@ defs["igPopClipRect"][1]["call_args"] = "()"
defs["igPopClipRect"][1]["cimguiname"] = "igPopClipRect"
defs["igPopClipRect"][1]["defaults"] = {}
defs["igPopClipRect"][1]["funcname"] = "PopClipRect"
defs["igPopClipRect"][1]["location"] = "imgui:2199"
defs["igPopClipRect"][1]["location"] = "imgui:710"
defs["igPopClipRect"][1]["namespace"] = "ImGui"
defs["igPopClipRect"][1]["ov_cimguiname"] = "igPopClipRect"
defs["igPopClipRect"][1]["ret"] = "void"

View File

@@ -3038,10 +3038,10 @@
"ImVec2": "imgui:220",
"ImVec2ih": "imgui_internal:417",
"ImVec4": "imgui:233",
"STB_TexteditState": "imstb_textedit:362",
"STB_TexteditState": "imstb_textedit:319",
"StbTexteditRow": "imstb_textedit:362",
"StbUndoRecord": "imstb_textedit:362",
"StbUndoState": "imstb_textedit:362"
"StbUndoRecord": "imstb_textedit:301",
"StbUndoState": "imstb_textedit:310"
},
"structs": {
"ImBitVector": [

View File

@@ -2418,10 +2418,10 @@ defs["locations"]["ImVec1"] = "imgui_internal:409"
defs["locations"]["ImVec2"] = "imgui:220"
defs["locations"]["ImVec2ih"] = "imgui_internal:417"
defs["locations"]["ImVec4"] = "imgui:233"
defs["locations"]["STB_TexteditState"] = "imstb_textedit:362"
defs["locations"]["STB_TexteditState"] = "imstb_textedit:319"
defs["locations"]["StbTexteditRow"] = "imstb_textedit:362"
defs["locations"]["StbUndoRecord"] = "imstb_textedit:362"
defs["locations"]["StbUndoState"] = "imstb_textedit:362"
defs["locations"]["StbUndoRecord"] = "imstb_textedit:301"
defs["locations"]["StbUndoState"] = "imstb_textedit:310"
defs["structs"] = {}
defs["structs"]["ImBitVector"] = {}
defs["structs"]["ImBitVector"][1] = {}