Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public wmTimer ptr_reporttimer;
|
||||
[DNAFieldAttribute(6, "std_mutex_type", "*lock", 0)]
|
||||
public std_mutex_type ptr_lock;
|
||||
public ReportList() {
|
||||
this.list = default;
|
||||
this.printlevel = default;
|
||||
this.storelevel = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
this.ptr_reporttimer = default;
|
||||
this.ptr_lock = default;
|
||||
}
|
||||
public ReportList(ListBase list, int printlevel, int storelevel, int flag, char[] _pad, wmTimer ptr_reporttimer, std_mutex_type ptr_lock) {
|
||||
this.list = list;
|
||||
this.printlevel = printlevel;
|
||||
|
||||
Reference in New Issue
Block a user