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:
authorRichard Antalik <richardantalik@gmail.com>2020-10-26 02:47:06 +0300
committerRichard Antalik <richardantalik@gmail.com>2020-10-26 02:47:06 +0300
commit3baf65975cc294cdf562e0dca822be0e060b22db (patch)
treec41606830e57673b9f53d28cae0431d5187f9edf /source/blender/sequencer/CMakeLists.txt
parentbf10a56eea876320dd14f7a649e8d2a98cc5a3a7 (diff)
Split BKE_sequencer.h intern/extern definitions
Intern definitions are moved to sequencer/intern/sequencer.h BKE_sequencer.h was also cleaned up a bit to make sure that functions and structs are in correct category. Reviewed By: sergey Differential Revision: https://developer.blender.org/D9259
Diffstat (limited to 'source/blender/sequencer/CMakeLists.txt')
-rw-r--r--source/blender/sequencer/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/sequencer/CMakeLists.txt b/source/blender/sequencer/CMakeLists.txt
index 866eba9ca41..84684987ca7 100644
--- a/source/blender/sequencer/CMakeLists.txt
+++ b/source/blender/sequencer/CMakeLists.txt
@@ -20,6 +20,7 @@
set(INC
.
+ intern
../blenkernel
../blenlib
../blentranslation
@@ -42,6 +43,7 @@ set(SRC
BKE_sequencer.h
intern/sequencer.c
+ intern/sequencer.h
intern/image_cache.c
intern/effects.c
intern/modifier.c