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/editors/include/ED_paint.h')
-rw-r--r--source/blender/editors/include/ED_paint.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_paint.h b/source/blender/editors/include/ED_paint.h
index e15e4c45c4a..065eb082e4d 100644
--- a/source/blender/editors/include/ED_paint.h
+++ b/source/blender/editors/include/ED_paint.h
@@ -21,6 +21,10 @@
#ifndef __ED_PAINT_H__
#define __ED_PAINT_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct ImBuf;
struct Image;
struct UndoStep;
@@ -96,4 +100,8 @@ void ED_paintcurve_undo_push_end(void);
void ED_paintcurve_undosys_type(struct UndoType *ut);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_PAINT_H__ */