Added Type stubbing
This commit is contained in:
@@ -25,10 +25,10 @@ namespace BlendFile.DNA {
|
||||
public object ptr__pad1;
|
||||
public int fileflags;
|
||||
public int globalf;
|
||||
public uint64_t build_commit_timestamp;
|
||||
public ulong build_commit_timestamp;
|
||||
public char[] build_hash = new System.Char[16];
|
||||
public char[] filename = new System.Char[1024];
|
||||
public FileGlobal(char[] subvstr, short subversion, short minversion, short minsubversion, char[] _pad, bScreen ptr_curscreen, Scene ptr_curscene, ViewLayer ptr_cur_view_layer, object ptr__pad1, int fileflags, int globalf, uint64_t build_commit_timestamp, char[] build_hash, char[] filename) {
|
||||
public FileGlobal(char[] subvstr, short subversion, short minversion, short minsubversion, char[] _pad, bScreen ptr_curscreen, Scene ptr_curscene, ViewLayer ptr_cur_view_layer, object ptr__pad1, int fileflags, int globalf, ulong build_commit_timestamp, char[] build_hash, char[] filename) {
|
||||
this.subvstr = subvstr;
|
||||
this.subversion = subversion;
|
||||
this.minversion = minversion;
|
||||
|
||||
Reference in New Issue
Block a user