generation with new recursive parser

This commit is contained in:
Victor Bombi
2020-09-04 10:43:31 +02:00
parent 710ff2ae12
commit f635eb28c5
8 changed files with 167 additions and 148 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",