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

@@ -12270,7 +12270,7 @@
},
"funcname": "Combo",
"namespace": "ImGui",
"ov_cimguiname": "igComboFnPtr",
"ov_cimguiname": "igComboFnBoolPtr",
"ret": "bool",
"signature": "(const char*,int*,bool(*)(void*,int,const char**),void*,int,int)",
"stname": ""
@@ -20593,7 +20593,7 @@
},
"funcname": "ListBox",
"namespace": "ImGui",
"ov_cimguiname": "igListBoxFnPtr",
"ov_cimguiname": "igListBoxFnBoolPtr",
"ret": "bool",
"signature": "(const char*,int*,bool(*)(void*,int,const char**),void*,int,int)",
"stname": ""
@@ -21504,7 +21504,7 @@
},
"funcname": "PlotHistogram",
"namespace": "ImGui",
"ov_cimguiname": "igPlotHistogramFnPtr",
"ov_cimguiname": "igPlotHistogramFnFloatPtr",
"ret": "void",
"signature": "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)",
"stname": ""
@@ -21623,7 +21623,7 @@
},
"funcname": "PlotLines",
"namespace": "ImGui",
"ov_cimguiname": "igPlotLinesFnPtr",
"ov_cimguiname": "igPlotLinesFnFloatPtr",
"ret": "void",
"signature": "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)",
"stname": ""