added uint64_t compat file
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
using BlendFile.CompatTypes;
|
||||
using System;
|
||||
|
||||
// Automatically generated by BlenderSharp at 01/22/2025 16:57:57
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
@@ -19,12 +18,12 @@ namespace BlendFile.DNA {
|
||||
public FileData ptr_filedata;
|
||||
public char[] filepath_abs = new System.Char[1024];
|
||||
public Library ptr_parent;
|
||||
public @ushort tag;
|
||||
public ushort tag;
|
||||
public char[] _pad = new System.Char[6];
|
||||
public int temp_index;
|
||||
public short versionfile;
|
||||
public short subversionfile;
|
||||
public Library_Runtime(UniqueName_Map ptr_name_map, FileData ptr_filedata, char[] filepath_abs, Library ptr_parent, @ushort tag, char[] _pad, int temp_index, short versionfile, short subversionfile) {
|
||||
public Library_Runtime(UniqueName_Map ptr_name_map, FileData ptr_filedata, char[] filepath_abs, Library ptr_parent, ushort tag, char[] _pad, int temp_index, short versionfile, short subversionfile) {
|
||||
this.ptr_name_map = ptr_name_map;
|
||||
this.ptr_filedata = ptr_filedata;
|
||||
this.filepath_abs = filepath_abs;
|
||||
|
||||
Reference in New Issue
Block a user