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_mask.h')
-rw-r--r--source/blender/editors/include/ED_mask.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_mask.h b/source/blender/editors/include/ED_mask.h
index f4725fea039..852bc8a1394 100644
--- a/source/blender/editors/include/ED_mask.h
+++ b/source/blender/editors/include/ED_mask.h
@@ -24,6 +24,10 @@
#ifndef __ED_MASK_H__
#define __ED_MASK_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct Depsgraph;
struct KeyframeEditData;
struct MaskLayer;
@@ -114,4 +118,8 @@ void paste_gpdata(void);
void mirror_masklayer_frames(struct MaskLayer *mask_layer, short mode);
#endif
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_MASK_H__ */