From a739dc67ef3c15f914cc9cccd52d6c2a27501000 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 May 2020 10:52:07 +1000 Subject: Cleanup: sort file, structs --- source/blender/blenkernel/BKE_simulation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_simulation.h') 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); -- cgit v1.2.3