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
parente5458fa4e5676ffc85fc87c4cbbe022c044d1f31 (diff)
Cleanup: sort file, structs
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/BKE_screen.h2
-rw-r--r--source/blender/blenkernel/BKE_simulation.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_screen.h b/source/blender/blenkernel/BKE_screen.h
index 8794558b81f..85c7c92a01d 100644
--- a/source/blender/blenkernel/BKE_screen.h
+++ b/source/blender/blenkernel/BKE_screen.h
@@ -34,6 +34,7 @@ extern "C" {
struct ARegion;
struct Header;
struct ID;
+struct LibraryForeachIDData;
struct ListBase;
struct Menu;
struct Panel;
@@ -48,7 +49,6 @@ struct WorkSpace;
struct bContext;
struct bContextDataResult;
struct bScreen;
-struct LibraryForeachIDData;
struct uiLayout;
struct uiList;
struct wmGizmoMap;
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);