generation with last cpp2ffi

This commit is contained in:
Victor Bombi
2020-08-28 10:46:48 +02:00
parent fb2c0816db
commit a4cf018ba8
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -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