Added Type stubbing

This commit is contained in:
Samuele Lorefice
2025-01-22 17:56:49 +01:00
parent 2d6159e331
commit 9a949dbeab
112 changed files with 610 additions and 313 deletions

View File

@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
public float recycle_max_cost;
public int cache_flag;
public PrefetchJob ptr_prefetch_job;
public int64_t disk_cache_timestamp;
public long disk_cache_timestamp;
public EditingRuntime runtime;
public Editing(
ListBase ptr_seqbasep,
@@ -59,7 +59,7 @@ namespace BlendFile.DNA {
float recycle_max_cost,
int cache_flag,
PrefetchJob ptr_prefetch_job,
int64_t disk_cache_timestamp,
long disk_cache_timestamp,
EditingRuntime runtime) {
this.ptr_seqbasep = ptr_seqbasep;
this.ptr_displayed_channels = ptr_displayed_channels;