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-10-30 17:27:57 +0300
committerJacques Lucke <jacques@blender.org>2020-10-30 17:28:17 +0300
commitfc9ec1b9d80fb17d3cc5d3c63f8e4bb356fa7ebc (patch)
tree91492148e3b1c7b5ca606414e9eae716c722a2e5 /source/blender/blenloader/BLO_read_write.h
parenta8c165f2a4e2a95337323bde9c5dd4128ca2cf9b (diff)
Refactor: move Area .blend I/O to blenkernel
There should be no functional changes. Eventually, it would be good to handle the different space types using callbacks. Ref T76372.
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 5d685cc6687..001b1c8b8a9 100644
--- a/source/blender/blenloader/BLO_read_write.h
+++ b/source/blender/blenloader/BLO_read_write.h
@@ -177,6 +177,7 @@ bool BLO_write_is_undo(BlendWriter *writer);
*/
void *BLO_read_get_new_data_address(BlendDataReader *reader, const void *old_address);
+void *BLO_read_get_new_data_address_no_us(BlendDataReader *reader, const void *old_address);
void *BLO_read_get_new_packed_address(BlendDataReader *reader, const void *old_address);
#define BLO_read_data_address(reader, ptr_p) \