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:
Diffstat (limited to 'source/blender/blenkernel/BKE_library.h')
-rw-r--r--source/blender/blenkernel/BKE_library.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenkernel/BKE_library.h b/source/blender/blenkernel/BKE_library.h
index 2ab9ac3ee58..1852fcced1a 100644
--- a/source/blender/blenkernel/BKE_library.h
+++ b/source/blender/blenkernel/BKE_library.h
@@ -40,15 +40,15 @@ extern "C" {
struct BlendThumbnail;
struct GHash;
-struct ListBase;
struct ID;
struct ImBuf;
-struct Main;
struct Library;
-struct wmWindowManager;
-struct bContext;
+struct ListBase;
+struct Main;
struct PointerRNA;
struct PropertyRNA;
+struct bContext;
+struct wmWindowManager;
size_t BKE_libblock_get_alloc_info(short type, const char **name);
void *BKE_libblock_alloc_notest(short type) ATTR_WARN_UNUSED_RESULT;