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_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 25668fb04d9..d8398eaf1f3 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -43,16 +43,16 @@ extern "C" {
#endif
struct AnimData;
-struct Ipo;
struct ColorBand;
+struct CurveMapping;
struct EnvMap;
-struct Object;
-struct Tex;
-struct Image;
-struct PreviewImage;
struct ImBuf;
+struct Image;
+struct Ipo;
+struct Object;
struct Ocean;
-struct CurveMapping;
+struct PreviewImage;
+struct Tex;
typedef struct MTex {