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:
Diffstat (limited to 'source/blender/modifiers/intern/MOD_fluidsim_util.h')
-rw-r--r--source/blender/modifiers/intern/MOD_fluidsim_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_fluidsim_util.h b/source/blender/modifiers/intern/MOD_fluidsim_util.h
index 2bb1da32718..d9accb24836 100644
--- a/source/blender/modifiers/intern/MOD_fluidsim_util.h
+++ b/source/blender/modifiers/intern/MOD_fluidsim_util.h
@@ -33,10 +33,10 @@
#ifndef __MOD_FLUIDSIM_UTIL_H__
#define __MOD_FLUIDSIM_UTIL_H__
+struct DerivedMesh;
+struct FluidsimModifierData;
struct Object;
struct Scene;
-struct FluidsimModifierData;
-struct DerivedMesh;
/* new fluid-modifier interface */
void fluidsim_init(struct FluidsimModifierData *fluidmd);