generation with new recursive parser

This commit is contained in:
Victor Bombi
2020-09-04 10:53:15 +02:00
parent ebc4b3548a
commit 18af68901e
8 changed files with 139 additions and 120 deletions

View File

@@ -362,16 +362,12 @@
],
"ImColor_HSV": [
{
"args": "(ImColor *pOut,ImColor* self,float h,float s,float v,float a)",
"args": "(ImColor *pOut,float h,float s,float v,float a)",
"argsT": [
{
"name": "pOut",
"type": "ImColor*"
},
{
"name": "self",
"type": "ImColor*"
},
{
"name": "h",
"type": "float"
@@ -396,6 +392,7 @@
"a": "1.0f"
},
"funcname": "HSV",
"is_static_function": true,
"location": "imgui",
"nonUDT": 1,
"ov_cimguiname": "ImColor_HSV",