From 1cf5e95f3d721838646b976f4e117df134bbf68d Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Thu, 22 May 2014 15:01:08 +0900 Subject: [PATCH] Freestyle: added missing forward declarations of referenced struct's. --- source/blender/makesdna/DNA_linestyle_types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/blender/makesdna/DNA_linestyle_types.h b/source/blender/makesdna/DNA_linestyle_types.h index f7ba53c1f79..abcb7a629ee 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;