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/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index 92f68807fe7..3e4fb793e98 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -25,6 +25,7 @@
#include "BLI_bitmap.h"
#include "BLI_utildefines.h"
+#include "DNA_brush_enums.h"
#include "DNA_object_enums.h"
#include "BKE_pbvh.h"
@@ -34,6 +35,9 @@ extern "C" {
struct BMFace;
struct BMesh;
+struct BlendDataReader;
+struct BlendLibReader;
+struct BlendWriter;
struct Brush;
struct CurveMapping;
struct Depsgraph;
@@ -55,7 +59,6 @@ struct Paint;
struct PaintCurve;
struct Palette;
struct PaletteColor;
-struct ReportList;
struct Scene;
struct StrokeCache;
struct SubdivCCG;
@@ -67,11 +70,6 @@ struct ViewLayer;
struct bContext;
struct bToolRef;
struct tPaletteColorHSV;
-struct BlendWriter;
-struct BlendDataReader;
-struct BlendLibReader;
-
-enum eOverlayFlags;
extern const char PAINT_CURSOR_SCULPT[3];
extern const char PAINT_CURSOR_VERTEX_PAINT[3];