From c0f88ed8a860026e32ec6a06287fcf9394b4cf0a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jan 2019 21:08:24 +1100 Subject: Cleanup: sort forward declarations of enum & struct Done using: source/tools/utils_maintenance/c_sort_blocks.py --- source/blender/makesdna/DNA_object_types.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'source/blender/makesdna/DNA_object_types.h') diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h index db9fa37ebd3..963480ddb5d 100644 --- a/source/blender/makesdna/DNA_object_types.h +++ b/source/blender/makesdna/DNA_object_types.h @@ -44,21 +44,21 @@ extern "C" { #endif -struct Object; struct AnimData; -struct Ipo; struct BoundBox; -struct Path; +struct DerivedMesh; +struct FluidsimSettings; +struct GpencilBatchCache; +struct Ipo; struct Material; +struct Object; struct PartDeflect; -struct SoftBody; -struct FluidsimSettings; struct ParticleSystem; -struct DerivedMesh; +struct Path; +struct RigidBodyOb; struct SculptSession; +struct SoftBody; struct bGPdata; -struct RigidBodyOb; -struct GpencilBatchCache; /* Vertex Groups - Name Info */ typedef struct bDeformGroup { -- cgit v1.2.3