regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1042, "ReportList")]
public class ReportList {
[DNAFieldAttribute(0, "ListBase", "list", 16)]
[DNAFieldAttribute(0, "ListBase", "list", "ListBase", 16)]
public ListBase list;
[DNAFieldAttribute(1, "int", "printlevel", 4)]
[DNAFieldAttribute(1, "int", "printlevel", "int", 4)]
public int printlevel;
[DNAFieldAttribute(2, "int", "storelevel", 4)]
[DNAFieldAttribute(2, "int", "storelevel", "int", 4)]
public int storelevel;
[DNAFieldAttribute(3, "int", "flag", 4)]
[DNAFieldAttribute(3, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(4, "char", "_pad[4]", 1)]
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(5, "wmTimer", "*reporttimer", 0)]
[DNAFieldAttribute(5, "wmTimer", "*reporttimer", "wmTimer", 0)]
public wmTimer ptr_reporttimer;
[DNAFieldAttribute(6, "std_mutex_type", "*lock", 0)]
[DNAFieldAttribute(6, "std_mutex_type", "*lock", "std_mutex_type", 0)]
public std_mutex_type ptr_lock;
public ReportList() {
this.list = default;