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:
authorBastien Montagne <b.mont29@gmail.com>2020-03-06 13:27:29 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-03-06 13:27:54 +0300
commit17e1fef85aa45f95d2e7c872901ca1c6140fad73 (patch)
tree7a5e4ef8df279ff660012000be19631ccebb941c /source/blender/blenkernel/BKE_idtype.h
parentc25f6e998bd98533c4a818310dbf5f24f01d221b (diff)
Cleanup: Library: Move to IDTypeInfo, and remove unused BKE API.
Diffstat (limited to 'source/blender/blenkernel/BKE_idtype.h')
-rw-r--r--source/blender/blenkernel/BKE_idtype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_idtype.h b/source/blender/blenkernel/BKE_idtype.h
index 84412942e9a..2e8b39c938c 100644
--- a/source/blender/blenkernel/BKE_idtype.h
+++ b/source/blender/blenkernel/BKE_idtype.h
@@ -125,6 +125,7 @@ typedef struct IDTypeInfo {
/* Those are defined in the respective BKE files. */
extern IDTypeInfo IDType_ID_SCE;
+extern IDTypeInfo IDType_ID_LI;
extern IDTypeInfo IDType_ID_OB;
/* ********** Helpers/Utils API. ********** */