[Bf-blender-cvs] [1cf5e95] master: Freestyle: added missing forward declarations of referenced struct's.

Tamito Kajiyama noreply at git.blender.org
Thu May 22 09:04:46 CEST 2014


Commit: 1cf5e95f3d721838646b976f4e117df134bbf68d
Author: Tamito Kajiyama
Date:   Thu May 22 15:01:08 2014 +0900
https://developer.blender.org/rB1cf5e95f3d721838646b976f4e117df134bbf68d

Freestyle: added missing forward declarations of referenced struct's.

===================================================================

M	source/blender/makesdna/DNA_linestyle_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_linestyle_types.h b/source/blender/makesdna/DNA_linestyle_types.h
index f7ba53c..abcb7a6 100644
--- a/source/blender/makesdna/DNA_linestyle_types.h
+++ b/source/blender/makesdna/DNA_linestyle_types.h
@@ -42,9 +42,12 @@
 /* texco (also in DNA_material_types.h) */
 #define TEXCO_STROKE	16 /* actually it's UV */
 
+struct AnimData;
 struct ColorBand;
 struct CurveMapping;
 struct MTex;
+struct Object;
+struct bNodeTree;
 
 typedef struct LineStyleModifier {
 	struct LineStyleModifier *next, *prev;




More information about the Bf-blender-cvs mailing list