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-18 03:32:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-18 03:32:14 +0300
commit0149b76dc61e11f3f42899a386d1c2a2a325af63 (patch)
tree0c9189efbb43b1df80c817e3e051670b3f39c8c4 /source/blender/blenkernel/BKE_fluid.h
parent850aa3a6cfe1f4c2cab170c82d4ccba3eedae0d0 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/blenkernel/BKE_fluid.h')
-rw-r--r--source/blender/blenkernel/BKE_fluid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_fluid.h b/source/blender/blenkernel/BKE_fluid.h
index af8e79275eb..b655f244aa9 100644
--- a/source/blender/blenkernel/BKE_fluid.h
+++ b/source/blender/blenkernel/BKE_fluid.h
@@ -25,6 +25,8 @@
*/
struct FluidDomainSettings;
+struct FluidEffectorSettings;
+struct FluidFlowSettings;
struct FluidModifierData;
struct Scene;