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_mball.h')
-rw-r--r--source/blender/editors/include/ED_mball.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_mball.h b/source/blender/editors/include/ED_mball.h
index 8ffae0f2b66..4ecf97108e8 100644
--- a/source/blender/editors/include/ED_mball.h
+++ b/source/blender/editors/include/ED_mball.h
@@ -24,6 +24,10 @@
#ifndef __ED_MBALL_H__
#define __ED_MBALL_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct Base;
struct Object;
struct UndoType;
@@ -56,4 +60,8 @@ void ED_mball_undosys_type(struct UndoType *ut);
#define MBALL_NOSEL (1u << 31u)
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_MBALL_H__ */