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/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 8d9dc77c49b..fb941a61ae8 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -37,6 +37,10 @@
#include "DNA_vec_types.h"
#include "DNA_vfont_types.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct Ipo;
struct MovieClip;
struct Scene;
@@ -680,4 +684,8 @@ enum {
SEQ_CACHE_PREFETCH_ENABLE = (1 << 10),
};
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __DNA_SEQUENCE_TYPES_H__ */