generation with last cpp2ffi

This commit is contained in:
Victor Bombi
2020-08-28 10:44:22 +02:00
parent 2fa6d06a67
commit 9abc3207aa
2 changed files with 4 additions and 4 deletions

View File

@@ -7055,9 +7055,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]",

View File

@@ -5428,9 +5428,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