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

This commit is contained in:
Tamito Kajiyama
2014-05-22 15:01:08 +09:00
parent 77153b3032
commit 1cf5e95f3d

View File

@@ -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;