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_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 1c14c13ce90..e1472c65241 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -32,19 +32,19 @@
#ifndef __DNA_VIEW3D_TYPES_H__
#define __DNA_VIEW3D_TYPES_H__
-struct ViewDepths;
-struct Object;
-struct Image;
-struct SpaceLink;
struct BoundBox;
+struct GPUFX;
+struct Image;
+struct Material;
struct MovieClip;
struct MovieClipUser;
+struct Object;
struct RenderEngine;
-struct bGPdata;
struct SmoothView3DStore;
+struct SpaceLink;
+struct ViewDepths;
+struct bGPdata;
struct wmTimer;
-struct Material;
-struct GPUFX;
#include "DNA_defs.h"
#include "DNA_listBase.h"