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:
authorJacques Lucke <mail@jlucke.com>2019-09-06 17:34:21 +0300
committerJacques Lucke <mail@jlucke.com>2019-09-06 17:34:21 +0300
commit5045219ca978dbadd4644dfe9c43d101e792416f (patch)
tree0e253e53fc2df2480994648242e6f7f65674b295 /source/blender/simulations/BParticles.h
parentd30979dddb30390986b23c7d9bdfe621ce401181 (diff)
separate BParticles Output modifier
Diffstat (limited to 'source/blender/simulations/BParticles.h')
-rw-r--r--source/blender/simulations/BParticles.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/simulations/BParticles.h b/source/blender/simulations/BParticles.h
index a5047dca712..307f217d170 100644
--- a/source/blender/simulations/BParticles.h
+++ b/source/blender/simulations/BParticles.h
@@ -12,6 +12,7 @@ struct Mesh;
struct Depsgraph;
struct BParticlesModifierData;
struct BParticlesFrameCache;
+struct Depsgraph;
typedef struct OpaqueBParticlesSimulationState *BParticlesSimulationState;
@@ -19,7 +20,7 @@ BParticlesSimulationState BParticles_new_simulation(void);
void BParticles_simulation_free(BParticlesSimulationState simulation_state);
void BParticles_simulate_modifier(struct BParticlesModifierData *bpmd,
- Depsgraph *depsgraph,
+ struct Depsgraph *depsgraph,
BParticlesSimulationState simulation_state,
float time_step);