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_transverts.h')
-rw-r--r--source/blender/editors/include/ED_transverts.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_transverts.h b/source/blender/editors/include/ED_transverts.h
index 3460aae32c0..062658a562b 100644
--- a/source/blender/editors/include/ED_transverts.h
+++ b/source/blender/editors/include/ED_transverts.h
@@ -24,6 +24,10 @@
#ifndef __ED_TRANSVERTS_H__
#define __ED_TRANSVERTS_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct Object;
typedef struct TransVert {
@@ -68,4 +72,8 @@ enum {
TX_VERT_USE_NORMAL = (1 << 2), /* avoid nonzero check */
};
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_TRANSVERTS_H__ */