Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-11-06 16:57:36 +0300
committerJacques Lucke <jacques@blender.org>2020-11-06 16:57:36 +0300
commit6ab0bd4798acea41441468c93cdc054caa1a5b87 (patch)
tree7d8e61708f7539a41ecbade00994456b30e39c23 /source/blender/blenloader/BLO_read_write.h
parent140d6cc4a2a13134b607cabed76ac7d195bf3e41 (diff)
Refactor: move Scene .blend data reading to IDTypeInfo callback
Diffstat (limited to 'source/blender/blenloader/BLO_read_write.h')
-rw-r--r--source/blender/blenloader/BLO_read_write.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/BLO_read_write.h b/source/blender/blenloader/BLO_read_write.h
index 9ac9422c6a9..17869f7103a 100644
--- a/source/blender/blenloader/BLO_read_write.h
+++ b/source/blender/blenloader/BLO_read_write.h
@@ -211,6 +211,7 @@ void BLO_read_pointer_array(BlendDataReader *reader, void **ptr_p);
bool BLO_read_requires_endian_switch(BlendDataReader *reader);
bool BLO_read_data_is_undo(BlendDataReader *reader);
void BLO_read_data_globmap_add(BlendDataReader *reader, void *oldaddr, void *newaddr);
+void BLO_read_glob_list(BlendDataReader *reader, struct ListBase *list);
/* Blend Read Lib API
* ===================