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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-02-14 13:52:58 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-02-14 13:52:58 +0300
commitc8e661706fcdd88f1cf371f2e5e4eb76bf09fda3 (patch)
treeeea702d9bd173f6d356dca18804378d743ae5aa1 /source/blender/blenkernel/CMakeLists.txt
parent800305964613691d5def1c5e02ff3f5101db573b (diff)
Particles: Avoid multiple function declarations in multiple places
This makes it really hard to spot errors when function signature changes.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 3fc2c3f8eb0..6ddc12e435b 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -301,6 +301,7 @@ set(SRC
depsgraph_private.h
nla_private.h
tracking_private.h
+ particle_private.h
intern/CCGSubSurf.h
intern/CCGSubSurf_inline.h
intern/CCGSubSurf_intern.h