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:
authorCampbell Barton <ideasman42@gmail.com>2020-09-30 04:51:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-30 04:51:13 +0300
commit38a66903e5d59cfb75515adf3951a4fffcbdf0bb (patch)
treef8b0e45bd3aaf23959a6864d277960168c14afe2 /source/blender/blenkernel/BKE_lib_id.h
parente5aa9decb23f1a9f417799dbdff275b2f16a145f (diff)
Cleanup: sort struct declarations
Diffstat (limited to 'source/blender/blenkernel/BKE_lib_id.h')
-rw-r--r--source/blender/blenkernel/BKE_lib_id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_lib_id.h b/source/blender/blenkernel/BKE_lib_id.h
index 62b4b295410..7af9165e036 100644
--- a/source/blender/blenkernel/BKE_lib_id.h
+++ b/source/blender/blenkernel/BKE_lib_id.h
@@ -51,6 +51,8 @@
extern "C" {
#endif
+struct BlendDataReader;
+struct BlendWriter;
struct GHash;
struct ID;
struct Library;
@@ -59,8 +61,6 @@ struct Main;
struct PointerRNA;
struct PropertyRNA;
struct bContext;
-struct BlendWriter;
-struct BlendDataReader;
size_t BKE_libblock_get_alloc_info(short type, const char **name);
void *BKE_libblock_alloc_notest(short type) ATTR_WARN_UNUSED_RESULT;