mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-13 21:28:30 +01:00
use loadstring for parsing size of struct members, clean spaces around +
This commit is contained in:
@@ -3796,7 +3796,7 @@
|
||||
},
|
||||
{
|
||||
"name": "TempBuffer[1024*3+1]",
|
||||
"size": 4,
|
||||
"size": 3073,
|
||||
"type": "char"
|
||||
}
|
||||
],
|
||||
|
@@ -2940,7 +2940,7 @@ defs["structs"]["ImGuiContext"][173]["name"] = "WantTextInputNextFrame"
|
||||
defs["structs"]["ImGuiContext"][173]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][174] = {}
|
||||
defs["structs"]["ImGuiContext"][174]["name"] = "TempBuffer[1024*3+1]"
|
||||
defs["structs"]["ImGuiContext"][174]["size"] = 4
|
||||
defs["structs"]["ImGuiContext"][174]["size"] = 3073
|
||||
defs["structs"]["ImGuiContext"][174]["type"] = "char"
|
||||
defs["structs"]["ImGuiDataTypeInfo"] = {}
|
||||
defs["structs"]["ImGuiDataTypeInfo"][1] = {}
|
||||
|
Reference in New Issue
Block a user