generate with FnPtr change

This commit is contained in:
Victor Bombi
2020-05-30 15:20:49 +02:00
parent 217e55b5b3
commit 09bd080a0c
7 changed files with 28 additions and 28 deletions

View File

@@ -10264,7 +10264,7 @@ defs["igCombo"][3]["defaults"] = {}
defs["igCombo"][3]["defaults"]["popup_max_height_in_items"] = "-1"
defs["igCombo"][3]["funcname"] = "Combo"
defs["igCombo"][3]["namespace"] = "ImGui"
defs["igCombo"][3]["ov_cimguiname"] = "igComboFnPtr"
defs["igCombo"][3]["ov_cimguiname"] = "igComboFnBoolPtr"
defs["igCombo"][3]["ret"] = "bool"
defs["igCombo"][3]["signature"] = "(const char*,int*,bool(*)(void*,int,const char**),void*,int,int)"
defs["igCombo"][3]["stname"] = ""
@@ -17307,7 +17307,7 @@ defs["igListBox"][2]["defaults"] = {}
defs["igListBox"][2]["defaults"]["height_in_items"] = "-1"
defs["igListBox"][2]["funcname"] = "ListBox"
defs["igListBox"][2]["namespace"] = "ImGui"
defs["igListBox"][2]["ov_cimguiname"] = "igListBoxFnPtr"
defs["igListBox"][2]["ov_cimguiname"] = "igListBoxFnBoolPtr"
defs["igListBox"][2]["ret"] = "bool"
defs["igListBox"][2]["signature"] = "(const char*,int*,bool(*)(void*,int,const char**),void*,int,int)"
defs["igListBox"][2]["stname"] = ""
@@ -18076,7 +18076,7 @@ defs["igPlotHistogram"][2]["defaults"]["scale_min"] = "FLT_MAX"
defs["igPlotHistogram"][2]["defaults"]["values_offset"] = "0"
defs["igPlotHistogram"][2]["funcname"] = "PlotHistogram"
defs["igPlotHistogram"][2]["namespace"] = "ImGui"
defs["igPlotHistogram"][2]["ov_cimguiname"] = "igPlotHistogramFnPtr"
defs["igPlotHistogram"][2]["ov_cimguiname"] = "igPlotHistogramFnFloatPtr"
defs["igPlotHistogram"][2]["ret"] = "void"
defs["igPlotHistogram"][2]["signature"] = "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)"
defs["igPlotHistogram"][2]["stname"] = ""
@@ -18172,7 +18172,7 @@ defs["igPlotLines"][2]["defaults"]["scale_min"] = "FLT_MAX"
defs["igPlotLines"][2]["defaults"]["values_offset"] = "0"
defs["igPlotLines"][2]["funcname"] = "PlotLines"
defs["igPlotLines"][2]["namespace"] = "ImGui"
defs["igPlotLines"][2]["ov_cimguiname"] = "igPlotLinesFnPtr"
defs["igPlotLines"][2]["ov_cimguiname"] = "igPlotLinesFnFloatPtr"
defs["igPlotLines"][2]["ret"] = "void"
defs["igPlotLines"][2]["signature"] = "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)"
defs["igPlotLines"][2]["stname"] = ""