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_material_types.h')
-rw-r--r--source/blender/makesdna/DNA_material_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index 827a76311a0..962f760f715 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -40,13 +40,13 @@
#define MAX_MTEX 18
#endif
-struct MTex;
-struct Image;
+struct AnimData;
struct ColorBand;
struct Group;
-struct bNodeTree;
-struct AnimData;
+struct Image;
struct Ipo;
+struct MTex;
+struct bNodeTree;
/* WATCH IT: change type? also make changes in ipo.h */