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:
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h16
1 files changed, 8 insertions, 8 deletions
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 {