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>2019-12-17 02:08:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-17 02:08:47 +0300
commitf4d7d5e75d60a372d29a5bab81115b8ba6064062 (patch)
tree645537a06c4142aec7868e2ce3f104411682002b /source/blender/blenkernel/BKE_pointcache.h
parentbc92d0552252a0e992ccf8d935b50567bd97ff0e (diff)
Cleanup: sort struct declarations
Diffstat (limited to 'source/blender/blenkernel/BKE_pointcache.h')
-rw-r--r--source/blender/blenkernel/BKE_pointcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_pointcache.h b/source/blender/blenkernel/BKE_pointcache.h
index 2ebe485419a..fd29480cac7 100644
--- a/source/blender/blenkernel/BKE_pointcache.h
+++ b/source/blender/blenkernel/BKE_pointcache.h
@@ -75,6 +75,7 @@
/* Structs */
struct ClothModifierData;
+struct FluidModifierData;
struct ListBase;
struct Main;
struct Object;
@@ -83,7 +84,6 @@ struct ParticleSystem;
struct PointCache;
struct RigidBodyWorld;
struct Scene;
-struct FluidModifierData;
struct SoftBody;
struct ViewLayer;