mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 04:18:29 +01:00
generation with last cpp2ffi
This commit is contained in:
@@ -6034,9 +6034,9 @@
|
|||||||
],
|
],
|
||||||
"StbUndoState": [
|
"StbUndoState": [
|
||||||
{
|
{
|
||||||
"name": "[99]",
|
"name": "undo_rec[99]",
|
||||||
"size": 99,
|
"size": 99,
|
||||||
"type": "StbUndoRecord undo_rec"
|
"type": "StbUndoRecord"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "undo_char[999]",
|
"name": "undo_char[999]",
|
||||||
|
@@ -4644,9 +4644,9 @@ defs["structs"]["StbUndoRecord"][4]["name"] = "char_storage"
|
|||||||
defs["structs"]["StbUndoRecord"][4]["type"] = "int"
|
defs["structs"]["StbUndoRecord"][4]["type"] = "int"
|
||||||
defs["structs"]["StbUndoState"] = {}
|
defs["structs"]["StbUndoState"] = {}
|
||||||
defs["structs"]["StbUndoState"][1] = {}
|
defs["structs"]["StbUndoState"][1] = {}
|
||||||
defs["structs"]["StbUndoState"][1]["name"] = "[99]"
|
defs["structs"]["StbUndoState"][1]["name"] = "undo_rec[99]"
|
||||||
defs["structs"]["StbUndoState"][1]["size"] = 99
|
defs["structs"]["StbUndoState"][1]["size"] = 99
|
||||||
defs["structs"]["StbUndoState"][1]["type"] = "StbUndoRecord undo_rec"
|
defs["structs"]["StbUndoState"][1]["type"] = "StbUndoRecord"
|
||||||
defs["structs"]["StbUndoState"][2] = {}
|
defs["structs"]["StbUndoState"][2] = {}
|
||||||
defs["structs"]["StbUndoState"][2]["name"] = "undo_char[999]"
|
defs["structs"]["StbUndoState"][2]["name"] = "undo_char[999]"
|
||||||
defs["structs"]["StbUndoState"][2]["size"] = 999
|
defs["structs"]["StbUndoState"][2]["size"] = 999
|
||||||
|
Reference in New Issue
Block a user