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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-05-22 10:01:08 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-05-22 11:03:36 +0400
commit1cf5e95f3d721838646b976f4e117df134bbf68d (patch)
treea51b1c155fff454bffa373d98c3f896f9e5b6b4e /source/blender/makesdna/DNA_linestyle_types.h
parent77153b303264a6ab53f8a787d95ae45594b21d24 (diff)
Freestyle: added missing forward declarations of referenced struct's.
Diffstat (limited to 'source/blender/makesdna/DNA_linestyle_types.h')
-rw-r--r--source/blender/makesdna/DNA_linestyle_types.h3
1 files changed, 3 insertions, 0 deletions
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;