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>2020-05-27 03:52:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-27 03:52:07 +0300
commita739dc67ef3c15f914cc9cccd52d6c2a27501000 (patch)
tree41ad6be5e3db915a051b40381ad14acbb11b2dfa /source/blender/blenkernel/BKE_simulation.h
parente5458fa4e5676ffc85fc87c4cbbe022c044d1f31 (diff)
Cleanup: sort file, structs
Diffstat (limited to 'source/blender/blenkernel/BKE_simulation.h')
-rw-r--r--source/blender/blenkernel/BKE_simulation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_simulation.h b/source/blender/blenkernel/BKE_simulation.h
index 534ddfe1271..ff6aaa5e30e 100644
--- a/source/blender/blenkernel/BKE_simulation.h
+++ b/source/blender/blenkernel/BKE_simulation.h
@@ -21,9 +21,9 @@
extern "C" {
#endif
+struct Depsgraph;
struct Main;
struct Simulation;
-struct Depsgraph;
void *BKE_simulation_add(struct Main *bmain, const char *name);